blob: f6b4e0e3b83b8f6d27fc969580dddbd6c19b0cde [file] [log] [blame]
kalnagy92162652019-07-02 15:15:49 +02001### v0.3.0
2* Introduced platform-specific routes: basic components (e2term, ueman, subman, e2man) are stored in a json file (example in manifests/rtmgr/rtmgr-cfg.yaml)
3* Introduced subscription add functionality: /ric/v1/xapp-subscriptions endpoint is active, on a POST method it generates endpoint specific mse routing table entries
4
5### v0.2.0
6* Introduced http rest functionality
7* A way to get intial xapp data from xapp manager while booting the routing manager
8* A way to create a sinple webhook registration in the xapp-manager to listen on updates abpout changes in xapps
9
10### v0.1.1
11* Changes in swagger API definition
12* UTs for SBI, SDL and RPE modules
13* New message types according to RMR
14
Peter Szilagyi16d84d62019-04-24 14:51:02 +000015### v0.1.0
16* Introduces NNGPush SBI module
17* Bugfixes in argument handling
18* different RMR policy generator for Push and Pub communication
19
Balint Uveges871fa392019-04-02 20:31:11 +000020### v0.0.3
21* RMR Policy Engine has been refactored to handle receiving groups properly
22* Debugging feature has been added
23* Multi level logging
24* A complex JSON file has been added to xApp Manager to test new behavior
25
26### v0.0.2
27* RTMGR (Routing Manager) implementation in Golang
28* Updated project folder structure
29* Integration manifests
30
31### v0.0.1
32* Initial version of Routing Manager for CI/CD pipeline
33* Dummy solution: still has no real routing capability
kalnagy92162652019-07-02 15:15:49 +020034* Container is based on the _**tx**_ version of [admin xApp] which already implements [RMR library]