Added config and logger module from xapp-fwk. Added Routes related to A1Mediator...
[ric-plt/rtmgr.git] / RELNOTES
1 ### v0.4.2
2 * Added Routes when AC-xApp is deployed 
3 * included xapp-framework. Using only config and Logger module for now.
4
5 ### v0.4.1
6 * Fixed integration and subscription routes related issues for R3
7
8 ### 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
15 ### v0.3.7
16 * Fix routes for RIC_ENDC_X2_SETUP_REQ, RIC_ENDC_X2_SETUP_RESP and RIC_ENDC_X2_SETUP_FAILURE
17
18 ### v0.3.6
19 * Routing Manager is more resilient to missing components
20 * Put in order the message types
21
22 ### 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
26 ### v0.3.4
27 * The following tools made available in the final docker image: iputils-ping, net-tools, curl and tcpdump
28
29 ### v0.3.3
30 * Introduced delete API over REST interface for subscriptions.
31
32 ### 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
40 ### 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
54 ### v0.1.0
55 * Introduces NNGPush SBI module
56 * Bugfixes in argument handling
57 * different RMR policy generator for Push and Pub communication
58
59 ### 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
73 * Container is based on the _**tx**_ version of [admin xApp] which already implements [RMR library]