From 0b1e5b84a3746c6f64317e498acad4fd2cd261d6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 16 Jul 2017 18:53:17 +0200 Subject: Export encoding/decoding functions of RR Message --- sysinfo/GSM_Types.ttcn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sysinfo') diff --git a/sysinfo/GSM_Types.ttcn b/sysinfo/GSM_Types.ttcn index 55548c6d..3313d7c4 100644 --- a/sysinfo/GSM_Types.ttcn +++ b/sysinfo/GSM_Types.ttcn @@ -411,6 +411,11 @@ module GSM_Types { other, OTHERWISE; )" }; + external function enc_GsmRrMessage(in GsmRrMessage msg) return octetstring + with { extension "prototype(convert) encode(RAW)" }; + external function dec_GsmRrMessage(in octetstring stream) return GsmRrMessage + with { extension "prototype(convert) decode(RAW)" }; + /* Normal L3 Message on Dedicated Channel */ /* 9.1.25 Paging Response */ -- cgit v1.2.3