aboutsummaryrefslogtreecommitdiffstats
path: root/pcu/GPRS_Context.ttcn
blob: af2b2e986f23d520829f0f350157ceb301e5236a (plain)
1
2
3
4
5
6
7
8
9
10
11
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
	};

}