commit | 0cc8e268334d34d20338a6e2260cc76da6b9bd43 | [log] [tgz] |
---|---|---|
author | Alexandre Huff <alexandrehuff@utfpr.edu.br> | Tue Sep 26 11:48:26 2023 -0300 |
committer | czichy <thoralf.czichy@nokia.com> | Fri Sep 29 08:00:32 2023 +0300 |
tree | 8d66e9cde1041be4306e606102919b9102e8c2b8 | |
parent | 122c1677d79ef40af8f4028d148473e27e5472e8 [diff] |
Fix conflicting RMR port number The config.yaml file is configured to use port 4561 as port number for rmrdata that conflicts with the rmrroute port used to exchange messages with rtmgr. This issue causes RMR to associate two different file descriptors with port 4561. As a result, and A1 messages coming from xApps are not processed by A1 mediator. This change fixes the port number to 4562 in config.yaml file. Issue-ID: RIC-1012 Change-Id: Ib4231ff1206afce6c1308ed94a7a1b1e265b4cf3 Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
The xApp A1 mediator exposes a generic REST API by which xApps can receive and send northbound messages. The A1 mediator will take the payload from such generic REST messages, validate the payload, and then communicate the payload to the xApp via RMR messaging.
Please see documentation in the docs/ subdirectory.