Subscription manager v0.10.0
[ric-plt/submgr.git] / RELNOTES
1 ### v0.10.0
2 * Tracking Mbuf in transaction table
3
4 ### v0.9.0
5 * Communicating RICsubscriptionDeleteResponse to routing manager
6 * Updated transaction handling
7
8 ### v0.8.0
9 * Handle RICsubscriptionDeleteResponse message
10
11 ### v0.7.2
12 * Correction for E2AP PDU handling
13 * Correction for Transaction Table handling
14
15 ### v0.7.1
16 * Verification of RICsubscriptionDeleteRequest message handling
17
18 ### v0.7.0
19 * Handle RICsubscriptionDeleteRequest message
20
21 ### v0.6.0
22 * Capability to track and retrieve transactions
23 * Signal subscription related route creation towards Rtmgr
24
25 ### v0.5.0
26 * Introduces ASN1-C generated E2AP encode/decode
27 * Introduces RCO_RAWDATA and E2T_RAWDATA env variables on order to inject initial encoded messge in hex format into stub component for testing purposes
28 * Receives and validates Subscription Response type messages
29 * Improved request and response error handling (invalid or malformed messages in sunny day cases)
30 * Introduces RCO_SEED_SN env variable
31
32 ### v0.4.0
33
34 ### v0.3.0
35 * Introduces SUBMGR_SEED_SN env variable to initialize the sequence
36 * Stores Subscription ID as uint16
37
38 ### v0.2.0
39
40 ### v0.1.1
41 * Dockerfile updates
42
43 ### v0.1.0
44 * Receives and Forwards RMR Subscription Requests
45 * Introduces RCO (Stub xApp) and E2T (Stub Platform Component) for testing purposes
46 * Builder and Deployer scripts and manifests