Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nnwdaf_EventsSubscription_Notify service operation missing #21

Open
kspviswa opened this issue Feb 12, 2020 · 1 comment
Open

Nnwdaf_EventsSubscription_Notify service operation missing #21

kspviswa opened this issue Feb 12, 2020 · 1 comment

Comments

@kspviswa
Copy link

Hello,

I couldn't see Nnwdaf_EventsSubscription_Notify operation with eventNotifications attribute in NWDAF section. Please clarify.

@jdegre
Copy link
Owner

jdegre commented Feb 12, 2020

@kspviswa, the "notify" operation is modelled with a callback section under the POST method on the /subscriptions path in API TS29520_Nnwdaf_EventsSubscription.yaml (same as all other notifications in other APIs in this repository):

      callbacks:
        myNotification:
          '{$request.body#/notificationURI}': 
            post:
              requestBody:
                required: true
                content:
                  application/json:
                    schema:
                      type: array
                      items:
                        $ref: '#/components/schemas/NnwdafEventsSubscriptionNotification'
                      minItems: 1
              responses:
                '204':
                  description: The receipt of the Notification is acknowledged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants