Support for handling unordered IEs in RIC Sub Del Resp/Failure messgae
[ric-plt/submgr.git] / RELNOTES
1
2 This file is not up-to-date!
3
4 ### v0.10.8
5 * Replacing deprecated SDL APIs
6
7 ### v0.10.7
8 * Xapp-frame version update
9 * Dockerfile correction for test applications
10
11 ### v0.10.6
12 * Dockerfile correction, update builder image
13 * Fix Subscription Delete Response in e2ap wrapper
14 * Update ASN1-C generated E2AP encode/decode
15
16 ### v0.10.5
17 * Dockerfile correction, main binary not copied
18
19 ### v0.10.4
20 * Configmap usage introduced for K8s based deployments
21
22 ### v0.10.3
23 * The following tools made available in the final docker image: iputils-ping, net-tools, curl and tcpdump
24
25 ### v0.10.2
26 * Taking in use the most recent RMr version
27
28 ### v0.10.1
29 * Sequential execution of message handling to avoid parallel read/write of internal hash maps
30
31 ### v0.10.0
32 * Tracking Mbuf in transaction table
33
34 ### v0.9.0
35 * Communicating RICsubscriptionDeleteResponse to routing manager
36 * Updated transaction handling
37
38 ### v0.8.0
39 * Handle RICsubscriptionDeleteResponse message
40
41 ### v0.7.2
42 * Correction for E2AP PDU handling
43 * Correction for Transaction Table handling
44
45 ### v0.7.1
46 * Verification of RICsubscriptionDeleteRequest message handling
47
48 ### v0.7.0
49 * Handle RICsubscriptionDeleteRequest message
50
51 ### v0.6.0
52 * Capability to track and retrieve transactions
53 * Signal subscription related route creation towards Rtmgr
54
55 ### v0.5.0
56 * Introduces ASN1-C generated E2AP encode/decode
57 * Introduces RCO_RAWDATA and E2T_RAWDATA env variables on order to inject initial encoded messge in hex format into stub component for testing purposes
58 * Receives and validates Subscription Response type messages
59 * Improved request and response error handling (invalid or malformed messages in sunny day cases)
60 * Introduces RCO_SEED_SN env variable
61
62 ### v0.4.0
63
64 ### v0.3.0
65 * Introduces SUBMGR_SEED_SN env variable to initialize the sequence
66 * Stores Subscription ID as uint16
67
68 ### v0.2.0
69
70 ### v0.1.1
71 * Dockerfile updates
72
73 ### v0.1.0
74 * Receives and Forwards RMR Subscription Requests
75 * Introduces RCO (Stub xApp) and E2T (Stub Platform Component) for testing purposes
76 * Builder and Deployer scripts and manifests