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


  Method: Post 
    Summary: Namf_Communication N1N2 Message Subscribe (UE Specific) service Operation 
 
    Tags: 
      - N1N2 Subscriptions Collection for Individual UE Contexts (Document) 
    Operation ID: N1N2MessageSubscribe 
 
    Parameters: 
      - Name: ueContextId 
        In: path 
        Description: UE Context Identifier 
        Required/Optional: true 
        Schema: 
          Type: string 
          pattern: '^(5g-guti-[0-9]{5,6}[0-9a-fA-F]{14}|imsi-[0-9]{5,15}|nai-.+|imei-[0-9]{15}|imeisv-[0-9]{16}|.+)$' 
    Request Body: 
      Content: 
        Application/JSON: 
          Schema: 
            Reference: '#/components/schemas/UeN1N2InfoSubscriptionCreateData' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: N1N2 Message Subscription successfully created. 
        Headers: 
          Location: 
            description: 'Contains the URI of the newly created resource, according to the structure: {apiRoot}/namf-comm/v1/{ueContextId}/n1-n2-messages/subscriptions/{subscriptionId}' 
            Required/Optional: true 
            Schema: 
              Type: string 
        Content: 
          Application/JSON: 
            Schema: 
              Reference: '#/components/schemas/UeN1N2InfoSubscriptionCreatedData' 
      '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' 
      Default: 
        Description: Unexpected error 
    Callbacks: 
      onN1N2MessageNotify: 
        '{$request.body#/n1NotifyCallbackUri}': 
          Method: Post 
            Summary: Namf_Communication N1 Message Notify service Operation 
 
            Tags: 
              - N1 Message Notify 
            Operation ID: N1MessageNotify 
            Request Body: 
              Description: N1 Message Notification 
              Content: 
                Multipart/Related: # message with binary body part(s) 
                  Schema: 
                    Type: object 
                    Properties: # Request parts 
                      JSON Data: 
                        Reference: '#/components/schemas/N1MessageNotification' 
                      binaryDataN1Message: 
                        Type: string 
                        Format: binary 
                  Encoding: 
                    JSON Data: 
                      Content Type: application/json 
                    binaryDataN1Message: 
                      Content Type: application/vnd.3gpp.5gnas 
                      Headers: 
                        Content ID: 
                          Schema: 
                            Type: string 
 
            Responses: 
              '204': 
                Description: Expected response to a successful callback processing 
              '400': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/400' 
              '403': 
                Reference: 'TS29571_CommonData.yaml#/components/responses/403' 
              '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' 
        '{$request.body#/n2NotifyCallbackUri}': 
          Method: Post 
            Summary: Namf_Communication N2 Info Notify (UE Specific) service Operation 
 
            Tags: 
              - N2 Info Notify 
            Operation ID: N2InfoNotify 
            Request Body: 
              Description: UE Specific N2 Informaiton Notification 
              Content: 
                Multipart/Related: # message with binary body part(s) 
                  Schema: 
                    Type: object 
                    Properties: # Request parts 
                      JSON Data: 
                        Reference: '#/components/schemas/N2InformationNotification' 
                      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 
 
            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'