github.com/free5gc/openapi@v1.0.8/models/model_n1_n2_message_transfer_req_data.go (about)

     1  /*
     2   * Namf_Communication
     3   *
     4   * AMF Communication Service
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type N1N2MessageTransferReqData struct {
    13  	N1MessageContainer     *N1MessageContainer `json:"n1MessageContainer,omitempty"`
    14  	N2InfoContainer        *N2InfoContainer    `json:"n2InfoContainer,omitempty"`
    15  	SkipInd                bool                `json:"skipInd,omitempty"`
    16  	LastMsgIndication      bool                `json:"lastMsgIndication,omitempty"`
    17  	PduSessionId           int32               `json:"pduSessionId,omitempty"`
    18  	LcsCorrelationId       string              `json:"lcsCorrelationId,omitempty"`
    19  	Ppi                    int32               `json:"ppi,omitempty"`
    20  	Arp                    *Arp                `json:"arp,omitempty"`
    21  	Var5qi                 int32               `json:"5qi,omitempty"`
    22  	N1n2FailureTxfNotifURI string              `json:"n1n2FailureTxfNotifURI,omitempty"`
    23  	SmfReallocationInd     bool                `json:"smfReallocationInd,omitempty"`
    24  	AreaOfValidity         *AreaOfValidity     `json:"areaOfValidity,omitempty"`
    25  	SupportedFeatures      string              `json:"supportedFeatures,omitempty"`
    26  }