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