/ue-contexts/{ueContextId}/n1-n2-messages


  Method: Post 
    Summary: Namf_Communication N1N2 Message Transfer (UE Specific) service Operation 
 
    Tags: 
      - n1N2Message collection (Document) 
    Operation ID: N1N2MessageTransfer 
 
    Parameters: 
      - Name: ueContextId 
        In: path 
        Description: UE Context Identifier 
        Required/Optional: true 
        Schema: 
          Type: string 
          pattern: '^(imsi-[0-9]{5,15}|nai-.+|imei-[0-9]{15}|imeisv-[0-9]{16}|cid-.{1,255}|.+)$' 
    Request Body: 
      Content: 
        Application/JSON: 
          Schema: 
            Reference: '#/components/schemas/N1N2MessageTransferReqData' 
        Multipart/Related: # message with binary body part(s) 
          Schema: 
            Type: object 
            Properties: # Request parts 
              JSON Data: 
                Reference: '#/components/schemas/N1N2MessageTransferReqData' 
              binaryDataN1Message: 
                Type: string 
                Format: binary 
              binaryDataN2Information: 
                Type: string 
                Format: binary 
          Encoding: 
            JSON Data: 
              Content Type: application/json 
            binaryDataN1Message: 
              Content Type: application/vnd.3gpp.5gnas 
              Headers: 
                Content ID: 
                  Schema: 
                    Type: string 
            binaryDataN2Information: 
              Content Type: application/vnd.3gpp.ngap 
              Headers: 
                Content ID: 
                  Schema: 
                    Type: string 
      Required/Optional: true 
 
    Responses: 
      '202': 
        Description: N1N2 Message Transfer accepted. 
        Content: 
          Application/JSON: 
            Schema: 
              Reference: '#/components/schemas/N1N2MessageTransferRspData' 
      '200': 
        Description: N1N2 Message Transfer successfully initiated. 
        Content: 
          Application/JSON: 
            Schema: 
              Reference: '#/components/schemas/N1N2MessageTransferRspData' 
      '307': 
        Description: Temporary Redirect 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' 
      '400': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/400' 
      '403': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/403' 
      '404': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/404' 
      '409': 
        Description: Conflicts 
        Content: 
          Application/JSON: 
            Schema: 
              Reference: '#/components/schemas/N1N2MessageTransferError' 
      '411': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/411' 
      '413': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/413' 
      '415': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/415' 
      '429': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/429' 
      '500': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/500' 
      '503': 
        Reference: 'TS29571_CommonData.yaml#/components/responses/503' 
      '504': 
        Description: Gateway Timeout 
        Content: 
          Application/JSON: 
            Schema: 
              Reference: '#/components/schemas/N1N2MessageTransferError' 
      Default: 
        Description: Unexpected error 
    Callbacks: 
      onN1N2TransferFailure: 
        '{$request.body#/n1n2FailureTxfNotifURI}': 
          Method: Post 
            Summary: Namf_Communication N1N2Transfer Failure Notification service Operation 
 
            Tags: 
              - N1N2 Transfer Failure Notification 
            Operation ID: N1N2TransferFailureNotification 
            Request Body: 
              Description: N1N2Transfer Failure Notification 
              Content: 
                Application/JSON: 
                  Schema: 
                    Reference: '#/components/schemas/N1N2MsgTxfrFailureNotification' 
 
            Responses: 
              '204': 
                Description: Expected response to a successful callback processing 
              '400': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/400' 
              '411': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/411' 
              '413': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/413' 
              '415': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/415' 
              '429': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/429' 
              '500': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/500' 
              '503': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/503'