blob: 7aef394842b41a16b1ef00a3b03b5a3c6f6c6248 [file] [log] [blame]
kalnagy1455c852019-10-21 13:06:23 +02001### v0.10.7
2* Xapp-frame version update
3* Dockerfile correction for test applications
4
5### v0.10.6
6* Dockerfile correction, update builder image
7* Fix Subscription Delete Response in e2ap wrapper
8* Update ASN1-C generated E2AP encode/decode
9
Balint Uveges534c8822019-10-09 08:54:53 +000010### v0.10.5
11* Dockerfile correction, main binary not copied
12
Balint Uvegesf0b69ac2019-10-07 15:27:27 +000013### v0.10.4
14* Configmap usage introduced for K8s based deployments
15
Balint Uvegescd3881b2019-10-02 15:01:43 +000016### v0.10.3
17* The following tools made available in the final docker image: iputils-ping, net-tools, curl and tcpdump
18
19### v0.10.2
20* Taking in use the most recent RMr version
21
22### v0.10.1
23* Sequential execution of message handling to avoid parallel read/write of internal hash maps
24
kalnagye0018682019-09-26 16:28:25 +020025### v0.10.0
26* Tracking Mbuf in transaction table
27
28### v0.9.0
29* Communicating RICsubscriptionDeleteResponse to routing manager
30* Updated transaction handling
31
32### v0.8.0
33* Handle RICsubscriptionDeleteResponse message
34
Balint Uvegese9608cd2019-09-20 18:00:32 +000035### v0.7.2
36* Correction for E2AP PDU handling
37* Correction for Transaction Table handling
38
39### v0.7.1
40* Verification of RICsubscriptionDeleteRequest message handling
41
42### v0.7.0
43* Handle RICsubscriptionDeleteRequest message
44
45### v0.6.0
46* Capability to track and retrieve transactions
47* Signal subscription related route creation towards Rtmgr
48
Peter Szilagyifbc56f92019-07-23 19:29:46 +000049### v0.5.0
50* Introduces ASN1-C generated E2AP encode/decode
51* Introduces RCO_RAWDATA and E2T_RAWDATA env variables on order to inject initial encoded messge in hex format into stub component for testing purposes
52* Receives and validates Subscription Response type messages
53* Improved request and response error handling (invalid or malformed messages in sunny day cases)
54* Introduces RCO_SEED_SN env variable
55
56### v0.4.0
57
58### v0.3.0
59* Introduces SUBMGR_SEED_SN env variable to initialize the sequence
60* Stores Subscription ID as uint16
61
62### v0.2.0
63
kalnagy303e57c2019-06-28 15:28:35 +020064### v0.1.1
65* Dockerfile updates
Peter Szilagyifbc56f92019-07-23 19:29:46 +000066
67### v0.1.0
kalnagy45114752019-06-18 14:40:39 +020068* Receives and Forwards RMR Subscription Requests
69* Introduces RCO (Stub xApp) and E2T (Stub Platform Component) for testing purposes
70* Builder and Deployer scripts and manifests