blob: a5fb0364dd60bfb37987119eb4181ac806e076fe [file] [log] [blame]
wahidw5e864c72019-12-10 05:02:10 +00001### v0.4.3
2* Included RMR changes that has MEID implementation
3
wahidwa8596ec2019-12-05 06:30:42 +00004### v0.4.2
5* Added Routes when AC-xApp is deployed
6* included xapp-framework. Using only config and Logger module for now.
7
prabhukaliswamyb47d12d2019-12-03 15:06:30 +00008### v0.4.1
9* Fixed integration and subscription routes related issues for R3
10
prabhukaliswamybe9f2682019-11-22 07:24:09 +000011### v0.3.9
12* Added RSM platform component routes for message types RAN_CONNECTED, RAN_RESTARTED, RAN_RECONFIGURED, RIC_RES_STATUS_REQ,RIC_RES_STATUS_RESP and RIC_RES_STATUS_FAILURE
13* xApp manager interface changes for Subscription Request API
14
15### v0.3.8
16* Adding docs and updating release notes for routing manager
17
zkoczka988d1da2019-10-29 11:09:26 +010018### v0.3.7
19* Fix routes for RIC_ENDC_X2_SETUP_REQ, RIC_ENDC_X2_SETUP_RESP and RIC_ENDC_X2_SETUP_FAILURE
20
zkoczkadbb88b92019-10-17 10:34:38 +020021### v0.3.6
22* Routing Manager is more resilient to missing components
23* Put in order the message types
24
zkoczka4d0e07a2019-10-15 15:05:57 +020025### v0.3.5
26* Added platform route to send RIC_SCTP_CLEAR_ALL message to implement big red button.
27* Added E2_TERM_INIT and RIC_SCTP_CONNECTION_FAILURE message type routes.
28
zkoczkaaaf8d392019-10-02 17:16:06 +020029### v0.3.4
30* The following tools made available in the final docker image: iputils-ping, net-tools, curl and tcpdump
31
kalnagyedd45712019-09-18 15:09:32 +020032### v0.3.3
33* Introduced delete API over REST interface for subscriptions.
34
1000044e90ddda2019-08-01 09:58:52 +020035### v0.3.2
36* Minor code changes due to appmgr/rtmgr api differences
37* Doc update
38* UT fixes
39
40### v0.3.1
41* Removed "rte" route types and made all routes to construct of "mse" literal.
42
kalnagy92162652019-07-02 15:15:49 +020043### v0.3.0
44* Introduced platform-specific routes: basic components (e2term, ueman, subman, e2man) are stored in a json file (example in manifests/rtmgr/rtmgr-cfg.yaml)
45* Introduced subscription add functionality: /ric/v1/xapp-subscriptions endpoint is active, on a POST method it generates endpoint specific mse routing table entries
46
47### v0.2.0
48* Introduced http rest functionality
49* A way to get intial xapp data from xapp manager while booting the routing manager
50* A way to create a sinple webhook registration in the xapp-manager to listen on updates abpout changes in xapps
51
52### v0.1.1
53* Changes in swagger API definition
54* UTs for SBI, SDL and RPE modules
55* New message types according to RMR
56
Peter Szilagyi16d84d62019-04-24 14:51:02 +000057### v0.1.0
58* Introduces NNGPush SBI module
59* Bugfixes in argument handling
60* different RMR policy generator for Push and Pub communication
61
Balint Uveges871fa392019-04-02 20:31:11 +000062### v0.0.3
63* RMR Policy Engine has been refactored to handle receiving groups properly
64* Debugging feature has been added
65* Multi level logging
66* A complex JSON file has been added to xApp Manager to test new behavior
67
68### v0.0.2
69* RTMGR (Routing Manager) implementation in Golang
70* Updated project folder structure
71* Integration manifests
72
73### v0.0.1
74* Initial version of Routing Manager for CI/CD pipeline
75* Dummy solution: still has no real routing capability
kalnagy92162652019-07-02 15:15:49 +020076* Container is based on the _**tx**_ version of [admin xApp] which already implements [RMR library]