fixeria has uploaded this change for review.

View Change

library/BSSAP_LE_Types: fix wrong IEI in record BSSMAP_LE_IE_LcsClientType

Change-Id: Ifae1efa1717a5dbc7ecd4b5ba83e3866ff803390
Related: SYS#5891
---
M library/BSSAP_LE_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/65/27565/1
diff --git a/library/BSSAP_LE_Types.ttcn b/library/BSSAP_LE_Types.ttcn
index ddff90a..e007180 100644
--- a/library/BSSAP_LE_Types.ttcn
+++ b/library/BSSAP_LE_Types.ttcn
@@ -288,7 +288,7 @@
uint8_t len,
BSSMAP_LE_ClientType cltype
} with {
- variant "PRESENCE(iei = BSSMAP_LE_IEI_CAUSE)"
+ variant "PRESENCE(iei = BSSMAP_LE_IEI_LCS_CLIENT_TYPE)"
variant (len) "LENGTHTO(cltype)"
}
type enumerated BSSMAP_LE_ClientType {

To view, visit change 27565. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ifae1efa1717a5dbc7ecd4b5ba83e3866ff803390
Gerrit-Change-Number: 27565
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange