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