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