b37665485a3df4df0d4011f96629aba280e4bab7
[ric-plt/submgr.git] / docs / user-guide.rst
1 ..
2 ..  Copyright (c) 2019 AT&T Intellectual Property.
3 ..  Copyright (c) 2019 Nokia.
4 ..
5 ..  Licensed under the Creative Commons Attribution 4.0 International
6 ..  Public License (the "License"); you may not use this file except
7 ..  in compliance with the License. You may obtain a copy of the License at
8 ..
9 ..    https://creativecommons.org/licenses/by/4.0/
10 ..
11 ..  Unless required by applicable law or agreed to in writing, documentation
12 ..  distributed under the License is distributed on an "AS IS" BASIS,
13 ..  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ..
15 ..  See the License for the specific language governing permissions and
16 ..  limitations under the License.
17 ..
18
19 User-Guide (new)
20 ================
21
22 .. contents::
23    :depth: 3
24    :local:
25
26 Overview
27 --------
28 Subscription Manager is a basic platform service in RIC. It is responsible for managing E2 subscriptions from xApps to the
29 E2 Node (eNodeB or gNodeB).
30
31 xApp can make subscriptions to E2 Node through Subscription Manager. xApp can subscribe REPORT, INSERT, CONTROL and POLICY type services
32 from E2 Node. For some of those subscription types E2 Node sends E2 Indication messages back to xApp. For those messages there need to be
33 created route between E2 Termination and xApp. Subscription Manager manages E2 subscriptions and message request routing of the subscribed
34 messages from Routing Manager. If one xApp has already made a subscription and then another xApp initiates identical subscription, Subscription
35 Manager does not forward the subscription to E2 Node but merges the subscriptions internally and request Routing Manager to create route also
36 for the second xApp and sends response to xApp. xApp can indicate in the request should Subscription Manager send request for Routing Manager
37 to create route for the E2 subscription in the request.
38
39 Interface between xApp and Subscription Manager is HTTP based REST interface. Interface codes are generated with help of Swagger from a
40 yaml definition file. REST interface is used also between Subscription Manager and Routing Manager. Subscription Manager and E2 Termination
41 interface is based on RMR messages. xApp should use also Swagger generated code when it implements subscription REST interface towards Subscription
42 Manager.
43
44     .. image:: images/PlaceInRICSoftwareArchitecture.png
45       :width: 600
46       :alt: Place in RIC's software architecture picture
47
48
49 One xApp generated REST subscription request message can contain multiple E2 subscriptions. For every E2 subscription in the message there must be
50 also xApp generated xApp instance id. In E2 interface there can be only one ongoing E2 subscription or subscription delete procedure towards
51 E2 Node at any time. That is because Subscription Manager is able to merge new E2 subscriptions only which those it has already received
52 successful response from E2 Node. E2 subscriptions and delete subscriptions may be therefore queued for a moment in Subscription Manager.
53
54 Subscription Manager may need to do reties towards E2 Node during subscribe or subscription delete procedure. Retries will increase completion
55 time of the procedure. This needs to be considered in xApp's implementation. Subscription Manager sends REST notification to xApp for every
56 completed E2 subscription procedure. That is regardless was the E2 subscription successful or not. Notification is not sent for E2 subscription delete
57 procedures. Subscription Manager allocates globally unique REST request id for each new REST subscription request. That is returned to xApp in
58 response. When xApp wants to delete REST subscription, xApp need to use the same id in deletion request.
59
60 Subscription Manager allocates also unique id for every E2 subscriptions (E2 instance id). The id called 'InstanceId' in E2 specification.
61 In successful case the REST notification contains the id generated for the REST request, xApp instance id and E2 instance id. From xApp point
62 of view xApp instance id identifies response REST notification for the E2 subscription in the REST request. REST notification contains also Subscription
63 Manager generated E2 instance id. xApp can use that to map received E2 Indication message to E2 subscription. If E2 subscription procedure is unsuccessful
64 then E2 instance id is 0 and the notification contains non-zero error cause string and source of that error information.
65
66 xApp need to be able preserve Subscription Manager allocated REST request id over xApp restart. The id is needed for deletion of the REST
67 subscription and if there is need to resend the same REST request.  
68
69 Three different type subscriptions are supported. REPORT, POLICY and INSERT. REPORT and INSERT works the same way from subscription point of view.
70 REPORT and INSERT type REST subscription request can contain multiple E2 subscriptions. POLICY subscription can also contain multiple E2 subscriptions but
71 using it in that way may not be feasible. REPORT, POLICY and INSERT type subscriptions in the same REST request are not supported supported in Subscription Manager.
72
73 REPORT and INSERT type subscription can contain multiple E2 subscriptions. If xApp needs to resend the same REST request, the request must contain Subscription
74 Manager allocated id for the REST request, which was returned to xApp when the request was sent first time. The request must also contain the same content as
75 first time. Reason for xApp to resend the same request could be timeout or some failure which is not permanent like E2 interface connection break or xApp restart.
76 In retry case Subscription Manager retries the E2 subscriptions towards to E2 Node in the request message which it does not have record. For subscriptions
77 which record is found Subscription Manager returns successful REST notification to xApp without forwarding request to E2 Node. One REST Subscription request can
78 contain E2 subscriptions only for one E2 Node.
79
80 Subscription Manager indicates to xApp in response notification if there has happened any error or timeout. xApp can send retry based on that information but
81 resending should happen after Subscription Manager has processed the previous request completely, otherwise xApp will get successful response for the new request
82 without that the request is actually retried. If timeout happens, response notification contains information where it happened. Timeout can happen in E2, Routing
83 Manager and SDL interface.
84
85 If there is need to change REPORT or INSERT type subscription then previously made subscription need to be deleted first. If there are any REPORT or INSERT
86 type E2 subscription which need to change frequently, it is not good idea to bundle them with other REPORT or INSERT type E2 subscriptions in the same REST
87 subscription request.
88
89 POLICY type subscription can contain multiple E2 subscriptions but it may not be feasible as POLICY subscription may change. Idea in POLICY subscription is that
90 xApp can send changed contend to E2 Node without making new subscription but just send update. Message contend can be changed frequently. In such case it may not
91 be good idea to bundle the POLICY type E2 subscription with any other POLICY type E2 subscriptions in the same REST subscription request.
92
93 xApp must be able to preserve is the Subscription Manager allocated REST requests ids over restart or send the same request as was sent restart. If xApp is able
94 to send exactly the same requests then Subscription manager can identify the request and send same responses back to xApp. This way xApp can restore the identifies
95 related to existing subscriptions. Another alternative is store needed information in database. Subscription manager calculates md5 sum over the REST Subscription
96 request message. That is how it can detect identical request coming from a specific xApp.
97
98 xApp can set in the request how many times Subscription Manager will retry subscription in E2 interface if there is timeout. xApp can also set time Subscription
99 Manager Will wait response from E2 Node. xApp may need to update POLICY type subscription frequently. In such case it is not necessary feasible that
100 Subscription Manager retries outdated subscription. By default Subscription Manager retries twice and response waiting time is two seconds.
101
102 In error case REST notification contains source of error. Source of error can be Subscription Manager, Routing Manager, E2 Node, ASN1 encoding/decoding and DBAAS/SDL.
103 The error information received from these sources is directly copied in the response.
104
105 Architecture
106 ------------
107
108   * Message routing
109
110       Subscribed messages from E2 Node are transported to RIC inside RIC Indication message. RIC Indication message is transported to xApp
111       inside RMR message in Payload field of the RMR message. RMR message is routed to xApp based on SubId field (E2 instance id) in
112       the RMR header. 
113
114       Subscription Manager allocates unique E2 instance id for every E2 subscription during subscription procedure. Subscription Manager
115       puts allocated E2 instance id to InstanceId field in the ASN.1 packed RIC Subscription Request message which is sent to E2 Node. That
116       E2 instance id is then used for the E2 subscription in RIC and E2 Node as long the E2 subscription lives. xApp gets the
117       allocated E2 instance id in REST notification message when E2 subscription procedure is completed.
118       
119       Subscribed messages are routed to xApps based on InstanceId in E2 Indication message. InstanceId is placed in the SubId field of the RMR
120       message header when E2 Termination sends the subscribed message to xApp.
121
122       RIC Subscription Request and RIC Subscription delete Request messages are pre configured to be routed to E2 Termination and responses
123       to those messages back to Subscription Manager.
124
125       Subscription Manager allocates RIC Requestor Id for E2 interface communication. Currently the id value is always 123. E2 Node gets the Request
126       of the xApp who makes the first subscription. E2 Node uses Subscription Manager allocated RIC Requestor ID in all RIC Indication messages it sends
127       to RIC for the subscription. In merge case subscription in E2 Node is created only for the first requestor.
128
129       More information about Routing manager, how routes are created and related signaling can be found from here (Note that there is still
130       RMR based interface between xApp and Subscription Manager in the pictures on those pages):
131       
132       `<https://wiki.o-ran-sc.org/display/RICP/Routing+Manager+Architecture>`_
133       
134       `<https://wiki.o-ran-sc.org/display/RICP/Routing+Manager+and+Subscription+Manager>`_
135
136
137   * REST Subscription Request message
138   
139     .. image:: images/REST_Subscription_Request.png
140       :width: 600
141       :alt: REST Subscription Request message
142
143
144   * REST Subscription Response message
145   
146     .. image:: images/REST_Subscription_Response.png
147       :width: 600
148       :alt: REST Subscription Response message
149
150
151   * REST Subscription Notification message
152   
153     .. image:: images/REST_Subscription_Notification.png
154       :width: 600
155       :alt: REST Subscription Notification message
156
157   * Routing Manager REST interface messages
158   
159     .. image:: images/Routing_Manager_REST_interface_messages.png
160       :width: 600
161       :alt: Routing Manager REST interface messages
162
163
164   * Subscription procedure
165       
166     * Successful case
167
168       xApp sends REST Subscription Request message to Subscription Manager. The request can contain multiple E2 subscriptions. It contains also
169       xApp generated xApp instance id for every E2 subscription. Subscription Manager checks does the message contain Subscription Manager allocated
170       REST request id for the request. When xApp sends the request first time there is no REST request id and Subscription Manager allocates it.
171
172       Then Subscription Manager makes simple validation for data in the request and copies data to Golang data types. When all data is copied successfully
173       Subscription Manager sends successful respond to the REST request. Response contains Subscription Manager allocated REST request id.
174       Then Subscription Manager sends route create request to Routing Manager over REST interface. When route is created successfully, Subscription Manager
175       ASN.1 encodes the E2 messages and forwards those to E2 Termination. When RIC Subscription Response arrives from E2 Termination
176       Subscription Manager forwards REST notification to xApp. The notification contains REST request id, xApp instance id and E2 instance id.
177       
178       Subscription Manager supervises route creation and RIC Subscription Request with a timer.
179
180       RIC Indication messages which are used to transport subscribed messages from E2 Node are routed from E2 Termination to xApps directly using
181       the routes created during Subscription procedure.
182
183       Subscription Manager supports REPORT, POLICY and INSERT type subscriptions (E2 RICActionTypes). CONTROL is not supported. POLICY type
184       subscription can be updated. In update case signaling sequence is the same as above, except route is not created to Routing manager.
185       xApp uses initially allocated REST request id, xApp instance id in update case. Route in POLICY type subscription case is needed
186       only that Error Indication could be to xApp, but it is not used currently. RIC Subscription Request message contains list of ActionsToBeSetup
187       information elements. The list cannot have REPORT, POLICY or INSERT action types at the same time. Subscription Manager checks actions types
188       in the message. If different action types is found the REST request is not accepted.
189
190
191     .. image:: images/Successful_Subscription.png
192       :width: 600
193       :alt: Successful subscription picture
194
195
196     * Failure case
197
198       Failure can happen already before REST request reaches Subscription Manager. Swagger make value checks for the message passed to it.
199       If values are does not accepted then send function returns "unknown error".
200
201       If failure happens when Subscription Manager validates the REST request then error is returned instantly and processing of request is
202       stopped. xApp receives "Bad Request" (HTTP response code 400) response.
203
204       If failure happens when xApp resends the same request including REST request id but the subscription is not found from Subscription Manager's
205       records, then xApp receives "Not Found" (HTTP response code 404) response.
206
207       If failure response is received from E2 Node then REST notification is forwarded to xApp with appropriate error cause. The notification
208       contains REST request id, xApp instance id and zero E2 instance id.
209
210     .. image:: images/Subscription_Failure.png
211       :width: 600
212       :alt: Subscription failure picture
213
214     * Timeout in Subscription Manager
215
216       In case of timeout in Subscription Manager, Subscription Manager may resend the RIC Subscription Request to E2 Node. By default Subscription
217       Manager retries twice. If there is no response after retries, Subscription Manager sends unsuccessful REST notification to xApp. The notification
218       contains REST request id, xApp instance id and zero E2 instance id.
219
220     * Timeout in xApp
221
222       xApp can resend the same REST Subscription Request if request timeouts.
223
224       xApp may resend the same request if it does not receive expected notification in expected time. If xApp resends the same request while Subscription
225       Manager is still processing previous request then Subscription Manager responds accepts the request and continues processing previous request.
226
227     .. image:: images/Subscription_Timeout.png
228       :width: 600
229       :alt: Subscription timeout picture
230
231   * Subscription delete procedure
232
233     * Successful case
234
235       xApp sends REST Subscription Delete Request message to Subscription Manager. xApp must use the same REST request id which it received in REST Subscription
236       Response. REST delete request will delete all successfully subscribed E2 subscriptions which was subscribed earlier when the REST request id was created.
237       When Subscription Manager receives REST Subscription Delete Request it check has it such REST subscription. If it has then Subscription Manager sends successful
238       response to xApp and starts sending E2 delete requests to E2 Termination one by one. When RIC Subscription Delete Response arrives from E2 Termination to
239       Subscription Manager, Subscription Manager request route deletion from Routing Manager. xApp does not get any notification about deleted E2 subscriptions. 
240       
241       Subscription Manager supervises RIC Subscription Deletion Request and route delete with a timer.
242
243     .. image:: images/Successful_Subscription_Delete.png
244       :width: 600
245       :alt: Successful subscription delete picture
246
247     * Failure case
248
249       Delete procedure cannot fail from xApp point of view. Subscription Manager always responds with successful REST Subscription Response to xApp.
250       E2 Node could respond with delete failure in case the subscription which Subscription Manager wants to delete does not exist. In this case delete procedure
251       ends there.
252
253     .. image:: images/Subscription_Delete_Failure.png
254       :width: 600
255       :alt: Subscription delete failure picture
256
257     * Timeout in Subscription Manager
258
259       In case of timeout in Subscription Manager, Subscription Manager may resend the RIC Subscription Delete Request to E2 Node. By default Subscription Manager
260       retries twice. If there is no response after retry, Subscription Manager stops trying.
261
262     * Timeout in xApp
263
264       xApp can resend the same REST Subscription Delete Request if request timeouts.
265
266     .. image:: images/Subscription_Delete_Timeout.png
267       :width: 600
268       :alt: Subscription delete timeout picture
269
270     * Unknown REST request id
271
272       If Subscription Manager receives RIC Subscription Delete Request for a REST request id which does not exist, Subscription Manager sends
273       successful REST response to xApp.
274
275   * Subscription merge procedure
276
277     * Successful case
278
279       Merge is possible only for REPORT type subscription. It is possible only when Action Type and Event Trigger Definition of subscriptions are equal.
280
281       xApp sends REST Subscription Request message to Subscription Manager. The request can contain multiple E2 subscriptions as in normal Subscription
282       procedure but some of the E2 subscriptions in the list are already subscribed from E2 Node. For those which are not yet subscribed Subscription Manager
283       applies normal Subscription procedure. E2 subscriptions in the list which are already subscribed are just assigned to existing subscriptions and Subscription
284       Manager just sends route create to Routing Manager and then forwards successful REST notification to xApp for the E2 subscriptions. The notification
285       contains REST request id, xApp instance id and E2 instance id.
286
287       One thing to note! REST Subscription request and returned REST notification goes through different TCP ports. For that reason there is no guarantee that
288       response for REST Subscription request arrives to xApp before first REST notification. That is possible mostly in merge case where subscription already exist
289       in Subscription Manager records. Successful REST notification is returned to xApp without making subscription from E2 Node which would cause some delay before
290       REST notification can be sent.
291       
292       Route create is supervised with a timer.
293
294       ``Only REPORT type subscriptions can be be merged.``
295
296     .. image:: images/Successful_Subscription_Merge.png
297       :width: 600
298       :alt: Successful subscription merge picture
299
300     * Failure case
301
302       Failure can happen already before REST request reaches Subscription Manager. Swagger make value checks for the message passed to it.
303       If values are does not accept then send function returns "unknown error".
304
305       If failure happens when Subscription Manager validates the REST request then error is returned instantly and processing of request is
306       stopped. xApp receives bad request (HTTP response code 400) response.
307       
308       If error happens during route create then Subscription Manager forwards REST notification toxApp with appropriate error cause. The notification contains
309       also REST request id, xApp instance id and zero E2 instance id.
310
311     * Timeout in Subscription Manager
312
313       Timeout can come only in route create during merge operation. If error happens during route create then Subscription Manager forwards REST
314       notification toxApp with appropriate error cause. The notification contains also REST request id, xApp instance id and zero E2 instance id.
315
316     * Timeout in xApp
317
318       xApp can resend the same REST Subscription Request if request timeouts.
319
320   * Subscription delete merge procedure
321
322     * Successful case
323
324       xApp sends REST Subscription Delete Request message to Subscription Manager. If delete concerns merged subscription, Subscription Manager
325       responds with REST Subscription Delete Response to xApp and then sends route delete request to Routing manager.
326       
327       Subscription Manager supervises route delete with a timer.
328
329     .. image:: images/Successful_Subscription_Delete_Merge.png
330       :width: 600
331       :alt: Successful subscription delete merge picture
332
333     * Failure case
334
335       Delete procedure cannot fail from xApp point of view. Subscription Manager always responds with successful REST Subscription Delete Response to xApp.
336
337     * Timeout in Subscription Manager
338
339       Timeout can only happen in route delete to Routing manager. Subscription Manager always responds with successful REST Subscription Delete Response to xApp.
340
341     * Timeout in xApp
342
343       xApp can resend the same REST Delete Request if request timeouts.
344
345   * xApp restart
346
347     When xApp is restarted for any reason it may resend REST subscription requests for subscriptions which have already been subscribed. If REPORT or INSERT type
348     subscription already exists and RMR endpoint of requesting xApp is attached to subscription then successful response is sent to xApp directly without
349     updating Routing Manager and E2 Node. If POLICY type subscription already exists, request is forwarded to E2 Node and successful response is sent to xApp.
350     E2 Node is expected to accept duplicate POLICY type requests. In restart IP address of the xApp may change but domain service address name does not.
351     RMR message routing uses domain service address name.
352
353   * Subscription Manager restart
354
355     Subscription Manager stores REST request ids, E2 subscriptions and their mapping to REST request ids in db (SDL). In start up Subscription Manager restores REST request
356     ids, E2 subscriptions and their mapping from db. For E2 subscriptions which were not successfully completed, Subscription Manager sends delete request to E2 Node and
357     removes routes created for those. In restart case xApp may need to resend the same REST request to get all E2 subscriptions completed.
358     
359     Restoring subscriptions from db can be disable via submgr-config.yaml file by setting "readSubsFromDb": "false".
360
361 Metrics
362 -------
363  Subscription Manager adds following statistic counters:
364
365  Subscription create counters:
366                 - SubReqFromXapp: The total number of SubscriptionRequest messages received from xApp
367                 - SubRespToXapp: The total number of SubscriptionResponse messages sent to xApp
368                 - SubFailToXapp: The total number of SubscriptionFailure messages sent to xApp
369                 - SubReqToE2: The total number of SubscriptionRequest messages sent to E2Term
370                 - SubReReqToE2: The total number of SubscriptionRequest messages resent to E2Term
371                 - SubRespFromE2: The total number of SubscriptionResponse messages from E2Term
372                 - SubFailFromE2: The total number of SubscriptionFailure messages from E2Term
373                 - SubReqTimerExpiry: The total number of SubscriptionRequest timer expires
374                 - RouteCreateFail: The total number of subscription route create failure
375                 - RouteCreateUpdateFail: The total number of subscription route create update failure
376                 - MergedSubscriptions: The total number of merged Subscriptions
377
378  Subscription delete counters:
379                 - SubDelReqFromXapp: The total number of SubscriptionDeleteResponse messages received from xApp
380                 - SubDelRespToXapp: The total number of SubscriptionDeleteResponse messages sent to xApp
381                 - SubDelReqToE2: The total number of SubscriptionDeleteRequest messages sent to E2Term
382                 - SubDelReReqToE2: The total number of SubscriptionDeleteRequest messages resent to E2Term
383                 - SubDelRespFromE2: The total number of SubscriptionDeleteResponse messages from E2Term
384                 - SubDelFailFromE2: The total number of SubscriptionDeleteFailure messages from E2Term
385                 - SubDelReqTimerExpiry: The total number of SubscriptionDeleteRequest timer expires
386                 - RouteDeleteFail: The total number of subscription route delete failure
387                 - RouteDeleteUpdateFail: The total number of subscription route delete update failure
388                 - UnmergedSubscriptions: The total number of unmerged Subscriptions
389
390  SDL failure counters:
391                 - SDLWriteFailure: The total number of SDL write failures
392                 - SDLReadFailure: The total number of SDL read failures
393                 - SDLRemoveFailure: The total number of SDL read failures
394
395 Configurable parameters
396 -----------------------
397  Subscription Manager has following configurable parameters.
398    - Retry timeout for RIC Subscription Request message
399       - e2tSubReqTimeout_ms: 2000 is the default value
400
401    - Retry timeout for RIC Subscription Delete Request message
402       - e2tSubDelReqTime_ms: 2000 is the default value
403
404    - Waiting time for RIC Subscription Response and RIC Subscription Delete Response messages
405       - e2tRecvMsgTimeout_ms: 2000 is the default value
406
407    - Try count for RIC Subscription Request message   
408       - e2tMaxSubReqTryCount: 2 is the default value
409
410    - Try count for RIC Subscription Delete Request message   
411       - e2tMaxSubDelReqTryCount: 2 is the default value
412    
413    - Are subscriptions read from database in Subscription Manager startup
414       - readSubsFromDb: "true"  is the default value
415  
416  The parameters can be changed on the fly via Kubernetes Configmap. Default parameters values are defined in Helm chart
417
418  Use following command to open Subscription Manager's Configmap in Nano editor. First change parameter and then store the
419  change by pressing first Ctrl + o. Close editor by pressing the Ctrl + x. The change is visible in Subscription Manager's
420  log after some 20 - 30 seconds.
421  
422  .. code-block:: none
423
424   KUBE_EDITOR="nano" kubectl edit cm configmap-ricplt-submgr-submgrcfg -n ricplt
425
426 REST interface for debugging and testing
427 ----------------------------------------
428  Give following commands to get Subscription Manager pod's IP address
429
430  .. code-block:: none
431
432   kubectl get pods -A | grep submgr
433   
434   ricplt        submgr-75bccb84b6-n9vnt          1/1     Running             0          81m
435
436   Syntax: kubectl exec -t -n ricplt <add-submgr-pod-name> -- cat /etc/hosts | grep submgr | awk '{print $1}'
437   
438   Example: kubectl exec -t -n ricplt submgr-75bccb84b6-n9vnt -- cat /etc/hosts | grep submgr | awk '{print $1}'
439
440   10.244.0.181
441
442  Get metrics
443
444  .. code-block:: none
445
446   Example: curl -s GET "http://10.244.0.181:8080/ric/v1/metrics"
447
448  Get REST subscriptions
449
450  .. code-block:: none
451
452   Example: curl -X GET "http://10.244.0.181:8080/ric/v1/restsubscriptions"
453
454  Get E2 subscriptions
455
456  .. code-block:: none
457
458   Example: curl -X GET "http://10.244.0.181:8088/ric/v1/subscriptions"
459
460  Delete single E2 subscription from db
461
462  .. code-block:: none
463
464   Syntax: curl -X POST "http://10.244.0.181:8080/ric/v1/test/deletesubid={SubscriptionId}"
465   
466   Example: curl -X POST "http://10.244.0.181:8080/ric/v1/test/deletesubid=1"
467
468  Remove all subscriptions from db
469
470  .. code-block:: none
471
472   Example: curl -X POST "http://10.244.0.181:8080/ric/v1/test/emptydb"
473
474  Make Subscription Manager restart
475
476  .. code-block:: none
477
478   Example: curl -X POST "http://10.244.0.181:8080/ric/v1/test/restart"
479
480  Use this command to get Subscription Manager's log writings
481
482  .. code-block:: none
483
484    Example: kubectl logs -n ricplt submgr-75bccb84b6-n9vnt
485
486  Logger level in configmap.yaml file in Helm chart is by default 2. It means that only info logs are printed.
487  To see debug log writings it has to be changed to 4.
488
489  .. code-block:: none
490
491     "logger":
492       "level": 4
493
494 RAN services explained
495 ----------------------
496   RIC hosted xApps may use the following RAN services from a RAN node:
497
498   *  REPORT: RIC requests that RAN sends a REPORT message to RIC and continues further call processing in RAN after each occurrence of a defined SUBSCRIPTION
499   *  INSERT: RIC requests that RAN sends an INSERT message to RIC and suspends further call processing in RAN after each occurrence of a defined SUBSCRIPTION
500   *  CONTROL: RIC sends a Control message to RAN to initiate or resume call processing in RAN
501   *  POLICY: RIC requests that RAN executes a specific POLICY during call processing in RAN after each occurrence of a defined SUBSCRIPTION
502
503 Supported E2 procedures and RAN services
504 ----------------------------------------
505     * RIC Subscription procedure with following RIC action types:
506
507       - REPORT
508       - POLICY
509       - INSERT
510
511     * RIC Subscription Delete procedure
512
513     * Merge and delete of equal REPORT type subscriptions.
514
515 Recommendations for xApps
516 -------------------------
517
518    * Recommended retry delay in xApp
519
520      Subscription Manager makes two retries for E2 subscriptions and E2 subscription deletions. xApp should not retry before it has received REST notification for
521      all E2 subscriptions sent in REST subscription request. Maximum time to complete all E2 subscriptions in Subscription Manager can be calculated like this:
522      t >= 3 * 2s * count_of_subscriptions in the REST request. Length of supervising timers in Subscription Manager for the requests it sends to E2 Node is by
523      default 2 seconds. There can be only one ongoing E2 subscription request towards per E2 Node other requests are queued in Subscription Manager.