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