aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-03-23 16:25:37 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-03-23 16:27:53 +0300
commit00bfcb548d829b8ffdfada40a3597fe948883c16 (patch)
tree349686675055a3e9cff9e85978d54bc303e457f9
parenta25fe23aae3a5897a06a188450f883187165ce6b (diff)
library/BSSAP_LE_Types: fix wrong IEI in record BSSMAP_LE_IE_LcsClientType
-rw-r--r--library/BSSAP_LE_Types.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/BSSAP_LE_Types.ttcn b/library/BSSAP_LE_Types.ttcn
index ddff90a9..e0071802 100644
--- a/library/BSSAP_LE_Types.ttcn
+++ b/library/BSSAP_LE_Types.ttcn
@@ -288,7 +288,7 @@ type record BSSMAP_LE_IE_LcsClientType {
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 {