aboutsummaryrefslogtreecommitdiffstats
path: root/library/ranap/RANAP_Types.ttcn
blob: 2e40abaea89bccdb2da7c7a61b01ba93c32d4feb (plain)
1
2
3
4
5
6
7
module RANAP_Types {

	import from RANAP_PDU_Descriptions language "ASN.1:1997" all;

	external function enc_RANAP_PDU(in RANAP_PDU pdu) return octetstring;
	external function dec_RANAP_PDU(in octetstring stream) return RANAP_PDU;
}