Date

Attendees


Recording:  video1281516538.mp4

Agenda

  1. Test Sequence 



Notes

ItemWhoNotes
Control Loop message format

Converged on a modified Control Loop message format for PCI and ANR messages. Changes made to designate them as SONO1 and SONA1 messages.
The message format is tracked in trh Policy JIRA POLICY-4108 - Getting issue details... STATUS

There is impact on SONH-MS, SDN-R, RAN-Sim also.

8/23 - Reviewed control loop message in JIRA. We have consensus to share format with Policy team

9/8 - 

Control Loop message format is available here: https://jira.onap.org/secure/attachment/18277/18277_SON_CL_msg_ANR_v2_0816.docx

Changes in SON H-MS:

Code change committed to SON Handler MS by Malarvizhi P. See

https://gerrit.onap.org/r/c/dcaegen2/services/son-handler/+/130623

SON H-MS will send control loop messages in modified format for both ANR/A1 and PCI/O1.

The payload for the ANR/A1 message is new and will be processed by SDN-R / A1-PMS in SDN-R and  A1 Termination / RAN App in RAN-Sim.

The payload for PCI/O1 will be the same as Jakarta release. It will be processed by SDN-R with no code changes. The CL payload for Jakarta will not 

use the O-RAN aligned yang model values, but existing SDN-R will use netconf messages with the O-RAN aligned yang model. 

Changes in Policy:

Changes in CL Name, Policy Name etc have been committed by Jorge H

https://gerrit.onap.org/r/c/policy/models/+/130766 


 A1-Simulator (A1 Terminator) → RAN App

8/9: 

A1-Termination code is in OSC repo

https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fa1-interface.git;a=shortlog;h=refs%2Fheads%2Fmaster

Payload of A1 Policy msg will have HO_KPI is numeric form.

RAN App is programmed / configured with a poorHOKPI_threshold (e.g, 20). If HO_KPI < threshold, then the cell relation needs to be marked as isHOAllowed=false.

7/19:

Halil Cakal discussed the previous email message to converge on the Kafka message format between the A1 Terminator and RAN App

  • Confirmed details of Kafka message format
  • A1 Terminator will own the Kafka topics and mapping to policy_id
  • Assume pre-configured knowledge of existence of ANR RAN App so that it does not need to be discovered during initial bootstrap (this would require an interface between A1 Terminator and RANSim Controller which keeps a catalog of RAN Apps)
  • Default timeout value of 30 seconds (configurable) for response from RAN App to A1 Term. It might take longer to have Policy processed in RAN-Sim. Can be adjusted during testing.
  • Halil will send email with items agreed.


-- from 7/12 last week --

  • Need configurable lookup table (Map) for
    • A1 Policy Type  :-:  Topics (req & resp)
  • Need 2 topics: request and response
    • RANSIM will query A1-SIM (adapter) to request lookup table - per A1 Policy Type
    • Each message A1-Sim → RanSIM will have a requestID Key - which must be included in the reply RanSIM → A1-SIM to correlate requests & responses.
      • Default timeout 30 sec waiting for response.
  • Need Near-RT-RIC ID in each message A1 Sim → RanSIM   
    • Can be ignored by RANSIM - as RANSIM acts as 1 near-RT-RIC, so 1:1:1 mapping A1-SIM :  RANSIM : nearRTRIC
  • Next week will demo a real A1 Policy Type (prefer the actual use case type) with full end-to-end sequence
    • (request) curl/postman → A1(REST) → A1-SIM → kafkaAdapter → kafka broker → RANSIM(stub) 
    • (response) RANSIM(stub) → kafka broker → kafka adapter → A1-SIM → A1(REST) → curl/postman
RAN App → RAN-Sim Controller → Honeycomb RAN NF (CU)

8/9 See comments in INT-2129 - Getting issue details... STATUS  

netconf editmsg to change nrcellrelation/isHOAllowed property has been added to the the JIRA. This is aligned with the O-RAN yang model.

RAN App output will use this format as the payload in the websocket msg.

9/8

Vishal V and Murali P are waiting for new repo to be created for ran-app. Michal J has processed CR for new repo but it has not yet been created.
Link to CR for new repo (expect it to be named https://gerrit.onap.org/r/integration/simulators/ran_app )
https://gerrit.linuxfoundation.org/infra/c/releng/info-master/+/70583


M4 Readiness
Test and Integration

9/21

SON Use Case ready for M3.
Test cases documented here: REQ-1305 - Getting issue details... STATUS


9/27

Testing: 

Vishal Varvate , murali parthasarathy k  and maybe Halil Cakal to follow up with getting access to Open WIreless Lab.
See Accessing OWL for more info

A1-Flow: A1 Schema needs to added manually to A1 Termination. This will be sent to A1-PMS during A1 Termination registration with A1-PMS.

Vishal Varvate to follow up with Halil Cakal and John Keeney 



Demo Planning

9/27 - Discussed demo plans.
Target 1 hour live demo presentation in October/November to present SON Use Case Kohn Release Enhancements

Plan to submit demo presentation to LFN DTF in November.

Testing and RC readiness

10/25 - Jorge showed policy logs using simulated control loop messages. in /var/log/onap/policy/pdpd
Issue reported by Malar - Msg fro Policy not reaching SDN-R