Add version 0.5.0
[ric-plt/submgr.git] / RELNOTES
1 ### v0.5.0
2 * Introduces ASN1-C generated E2AP encode/decode
3 * Introduces RCO_RAWDATA and E2T_RAWDATA env variables on order to inject initial encoded messge in hex format into stub component for testing purposes
4 * Receives and validates Subscription Response type messages
5 * Improved request and response error handling (invalid or malformed messages in sunny day cases)
6 * Introduces RCO_SEED_SN env variable
7
8 ### v0.4.0
9
10 ### v0.3.0
11 * Introduces SUBMGR_SEED_SN env variable to initialize the sequence
12 * Stores Subscription ID as uint16
13
14 ### v0.2.0
15
16 ### v0.1.1
17 * Dockerfile updates
18
19 ### v0.1.0
20 * Receives and Forwards RMR Subscription Requests
21 * Introduces RCO (Stub xApp) and E2T (Stub Platform Component) for testing purposes
22 * Builder and Deployer scripts and manifests