From b16516c0afb283ffd01465e13e16867d84a68ac6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 21 Mar 2019 21:31:41 +0100 Subject: GSM_RR_Types: Add enc_RoutingAreaIdentification() This allows us to encode a stand-alone RAID as needed in some places. Change-Id: I28222304b2bac893b216c47e6dc002886fab6406 --- library/GSM_RR_Types.ttcn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/GSM_RR_Types.ttcn b/library/GSM_RR_Types.ttcn index 26783f96..59585690 100644 --- a/library/GSM_RR_Types.ttcn +++ b/library/GSM_RR_Types.ttcn @@ -421,6 +421,9 @@ module GSM_RR_Types { uint8_t rac } with { variant "" }; + external function enc_RoutingAreaIdentification(RoutingAreaIdentification rai) return octetstring + with { extension "prototype(convert)" extension "encode(RAW)" } + /* 44.018 10.5.2.16 */ type record IaRestOctHL { uint6_t freq_par_len, -- cgit v1.2.3