From a0895f96a940c0a25379bf18a641943486744379 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 8 Mar 2018 11:51:23 +0100 Subject: pcu: Rename 'gprs_gb/Test' tp 'pcu/PCU_Tests' to align with other suites Change-Id: Ia3350e7e1a9d6715ab81f4a5f413b7e4d728ff60 --- pcu/GPRS_Context.ttcn | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcu/GPRS_Context.ttcn (limited to 'pcu/GPRS_Context.ttcn') diff --git a/pcu/GPRS_Context.ttcn b/pcu/GPRS_Context.ttcn new file mode 100644 index 00000000..af2b2e98 --- /dev/null +++ b/pcu/GPRS_Context.ttcn @@ -0,0 +1,12 @@ +module GPRS_Context { + +import from Osmocom_Types all; +import from GSM_Types all; + + type record MmContext { + hexstring imsi optional, + GprsTlli tlli, + uint9_t n_u + }; + +} -- cgit v1.2.3