blob: 65553c929bc2d8fa62750b000cfaaa2b0862265d [file] [log] [blame]
Balint Uvegescd3881b2019-10-02 15:01:43 +00001### v0.10.3
2* The following tools made available in the final docker image: iputils-ping, net-tools, curl and tcpdump
3
4### v0.10.2
5* Taking in use the most recent RMr version
6
7### v0.10.1
8* Sequential execution of message handling to avoid parallel read/write of internal hash maps
9
kalnagye0018682019-09-26 16:28:25 +020010### v0.10.0
11* Tracking Mbuf in transaction table
12
13### v0.9.0
14* Communicating RICsubscriptionDeleteResponse to routing manager
15* Updated transaction handling
16
17### v0.8.0
18* Handle RICsubscriptionDeleteResponse message
19
Balint Uvegese9608cd2019-09-20 18:00:32 +000020### v0.7.2
21* Correction for E2AP PDU handling
22* Correction for Transaction Table handling
23
24### v0.7.1
25* Verification of RICsubscriptionDeleteRequest message handling
26
27### v0.7.0
28* Handle RICsubscriptionDeleteRequest message
29
30### v0.6.0
31* Capability to track and retrieve transactions
32* Signal subscription related route creation towards Rtmgr
33
Peter Szilagyifbc56f92019-07-23 19:29:46 +000034### v0.5.0
35* Introduces ASN1-C generated E2AP encode/decode
36* Introduces RCO_RAWDATA and E2T_RAWDATA env variables on order to inject initial encoded messge in hex format into stub component for testing purposes
37* Receives and validates Subscription Response type messages
38* Improved request and response error handling (invalid or malformed messages in sunny day cases)
39* Introduces RCO_SEED_SN env variable
40
41### v0.4.0
42
43### v0.3.0
44* Introduces SUBMGR_SEED_SN env variable to initialize the sequence
45* Stores Subscription ID as uint16
46
47### v0.2.0
48
kalnagy303e57c2019-06-28 15:28:35 +020049### v0.1.1
50* Dockerfile updates
Peter Szilagyifbc56f92019-07-23 19:29:46 +000051
52### v0.1.0
kalnagy45114752019-06-18 14:40:39 +020053* Receives and Forwards RMR Subscription Requests
54* Introduces RCO (Stub xApp) and E2T (Stub Platform Component) for testing purposes
55* Builder and Deployer scripts and manifests