// 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 DIAMETER__ts29__212__Templates_HH #define DIAMETER__ts29__212__Templates_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 "DIAMETER_Templates.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 DIAMETER__ts29__212__Templates { /* Function prototypes */ extern DIAMETER__Types::PDU__DIAMETER_template tr__DIA__Gx__CCR(const DIAMETER__Types::DCC__NONE__CC__Request__Type_template& req__type); extern DIAMETER__Types::PDU__DIAMETER_template ts__DIA__Gx__CCA(const OCTETSTRING_template& hbh__id, const OCTETSTRING_template& ete__id, const OCTETSTRING_template& sess__id, const DIAMETER__Types::DCC__NONE__CC__Request__Type_template& req__type, const OCTETSTRING_template& req__num); extern void pre_init_module(); extern void post_init_module(); /* Global variable declarations */ extern const INTEGER& c__DIAMETER__3GPP__Gx__AID; extern INTEGER const_c__DIAMETER__3GPP__Gx__AID; extern const DIAMETER__Types::DCC__NONE__CC__Request__Type_template& tr__DIA__Gx__CCR_req__type_defval; extern DIAMETER__Types::DCC__NONE__CC__Request__Type_template template_tr__DIA__Gx__CCR_req__type_defval; extern const BITSTRING bs_1, bs_0; extern const OCTETSTRING os_0; extern const CHARSTRING cs_1, cs_0; extern const unsigned char module_checksum[]; extern TTCN_Module module_object; extern const RuntimeVersionChecker ver_checker; } /* end of namespace */ #endif