Fix conflicting RMR port number 23/11823/2
authorAlexandre Huff <alexandrehuff@utfpr.edu.br>
Tue, 26 Sep 2023 14:48:26 +0000 (11:48 -0300)
committerczichy <thoralf.czichy@nokia.com>
Wed, 27 Sep 2023 12:11:58 +0000 (15:11 +0300)
commit899af56b1d7bf0b289498f63834e2356646c2770
tree8d66e9cde1041be4306e606102919b9102e8c2b8
parent7bb7cfedab9147968ec25accc4698779d0f6bff1
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>
config/config.yaml
config/configuration.go
config/configuration_test.go