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