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