fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29832 )
Change subject: library: declare enc/dec functions for IA/IAR Rest Octets
......................................................................
library: declare enc/dec functions for IA/IAR Rest Octets
Change-Id: I0ea850ab056dae8cd3ad3b12db0f3cc7756b424b
---
M library/GSM_RestOctets.ttcn
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/32/29832/1
diff --git a/library/GSM_RestOctets.ttcn b/library/GSM_RestOctets.ttcn
index 2be96a4..5f99a85 100644
--- a/library/GSM_RestOctets.ttcn
+++ b/library/GSM_RestOctets.ttcn
@@ -281,6 +281,18 @@
variant (ext_ra) "BYTEORDER(last)"
};
+
+external function enc_IaRestOctets(in IaRestOctets ro) return octetstring
+ with { extension "prototype(convert) encode(RAW)" };
+external function dec_IaRestOctets(in octetstring stream) return IaRestOctets
+ with { extension "prototype(convert) decode(RAW)" };
+
+external function enc_IARRestOctets(in IARRestOctets ro) return octetstring
+ with { extension "prototype(convert) encode(RAW)" };
+external function dec_IARRestOctets(in octetstring stream) return IARRestOctets
+ with { extension "prototype(convert) decode(RAW)" };
+
+
/* 10.5.2.33b SI 2quater Rest Octets */
type record SI2quaterRestOctets {
BIT1 ba_ind,
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/29832
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I0ea850ab056dae8cd3ad3b12db0f3cc7756b424b
Gerrit-Change-Number: 29832
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange