// This C++ source file was generated by the TTCN-3 compiler // of the TTCN-3 Test Executor version 11.1.0 // The generation of user and time information were disabled by the -D flag. // Copyright (c) 2000-2025 Ericsson Telecom AB // Do not edit this file unless you know what you are doing. /* Including header files */ #include "GTPv1U_CodecPort_CtrlFunct.hh" namespace GTPv1U__CodecPort__CtrlFunct { /* Literal string constants */ const unsigned char module_checksum[] = { 0x6b, 0xbe, 0x13, 0x4d, 0x70, 0xf8, 0x71, 0xce, 0x1c, 0x1f, 0xee, 0x7d, 0xf5, 0xcf, 0x6d, 0x30 }; /* Global variable definitions */ IPL4asp__Types::OptionList const_f__GTPU__listen_options_defval; const IPL4asp__Types::OptionList& f__GTPU__listen_options_defval = const_f__GTPU__listen_options_defval; TTCN_Module module_object("GTPv1U_CodecPort_CtrlFunct", __DATE__, __TIME__, module_checksum, pre_init_module, NULL, 0U, 4294967295U, 4294967295U, 4294967295U, NULL, 0LU, 0, post_init_module, NULL, NULL, NULL, NULL, NULL, NULL, NULL); const RuntimeVersionChecker ver_checker( current_runtime_version.requires_major_version_11, current_runtime_version.requires_minor_version_1, current_runtime_version.requires_patch_level_0, current_runtime_version.requires_runtime_1); /* Bodies of static functions */ void pre_init_module() { TTCN_Location current_location("GTPv1U_CodecPort_CtrlFunct.ttcn", 0, TTCN_Location::LOCATION_UNKNOWN, "GTPv1U_CodecPort_CtrlFunct"); GTPv1U__CodecPort::module_object.pre_init_module(); module_object.add_function("f_GTPU_listen", (genericfunc_t)&f__GTPU__listen, NULL); } void post_init_module() { TTCN_Location current_location("GTPv1U_CodecPort_CtrlFunct.ttcn", 0, TTCN_Location::LOCATION_UNKNOWN, "GTPv1U_CodecPort_CtrlFunct"); GTPv1U__CodecPort::module_object.post_init_module(); current_location.update_lineno(11); /* GTPv1U_CodecPort_CtrlFunct.ttcn, line 11 */ const_f__GTPU__listen_options_defval = NULL_VALUE; } } /* end of namespace */