// This C++ header file was generated by the TTCN-3 compiler // of the TTCN-3 Test Executor version 9.0.0 // for (build@3978f7fbee0c) on Mon Jun 24 02:37:33 2024 // Copyright (c) 2000-2023 Ericsson Telecom AB // Do not edit this file unless you know what you are doing. #ifndef GTPv1U__CodecPort__CtrlFunct_HH #define GTPv1U__CodecPort__CtrlFunct_HH #ifdef TITAN_RUNTIME_2 #error Generated code does not match with used runtime.\ Code was generated without -R option but -DTITAN_RUNTIME_2 was used. #endif /* Header file includes */ #include #include "GTPv1U_CodecPort.hh" #if TTCN3_VERSION != 90000 #error Version mismatch detected.\ Please check the version of the TTCN-3 compiler and the base library.\ Run make clean and rebuild the project if the version of the compiler changed recently. #endif #ifndef LINUX #error This file should be compiled on LINUX #endif namespace GTPv1U__CodecPort__CtrlFunct { /* Function prototypes */ extern Socket__API__Definitions::Result f__GTPU__listen(GTPv1U__CodecPort::GTPU__PT& portRef, const CHARSTRING& locName, const INTEGER& locPort, const Socket__API__Definitions::ProtoTuple& proto, const IPL4asp__Types::OptionList& options); extern void pre_init_module(); extern void post_init_module(); /* Global variable declarations */ extern const IPL4asp__Types::OptionList& f__GTPU__listen_options_defval; extern IPL4asp__Types::OptionList const_f__GTPU__listen_options_defval; extern const unsigned char module_checksum[]; extern TTCN_Module module_object; extern const RuntimeVersionChecker ver_checker; } /* end of namespace */ #endif