Taking RMR version that has meid implementation
[ric-plt/rtmgr.git] / RELNOTES
1 ### v0.4.3
2 * Included RMR changes that has MEID implementation
3
4 ### v0.4.2
5 * Added Routes when AC-xApp is deployed 
6 * included xapp-framework. Using only config and Logger module for now.
7
8 ### v0.4.1
9 * Fixed integration and subscription routes related issues for R3
10
11 ### 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
18 ### v0.3.7
19 * Fix routes for RIC_ENDC_X2_SETUP_REQ, RIC_ENDC_X2_SETUP_RESP and RIC_ENDC_X2_SETUP_FAILURE
20
21 ### v0.3.6
22 * Routing Manager is more resilient to missing components
23 * Put in order the message types
24
25 ### 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
29 ### v0.3.4
30 * The following tools made available in the final docker image: iputils-ping, net-tools, curl and tcpdump
31
32 ### v0.3.3
33 * Introduced delete API over REST interface for subscriptions.
34
35 ### 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
43 ### 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
57 ### v0.1.0
58 * Introduces NNGPush SBI module
59 * Bugfixes in argument handling
60 * different RMR policy generator for Push and Pub communication
61
62 ### 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
76 * Container is based on the _**tx**_ version of [admin xApp] which already implements [RMR library]