osmo-ttcn3-hacks/gprs_gb/BSSGP_Helper_Functions.ttcn

4 lines
117 B
Plaintext
Raw Normal View History

module BSSGP_Helper_Functions {
external function f_BSSGP_preprocess_pdu(in octetstring inp) return octetstring;
};