// This C++ header 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. #ifndef HNBAP__Templates_HH #define HNBAP__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 "Osmocom_Types.hh" #include "HNBAP_PDU_Descriptions.hh" #if TTCN3_VERSION != 110100 #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 HNBAP__Templates { /* Function prototypes */ extern HNBAP__IEs::Cause_template ts__HnbapCause(const HNBAP__IEs::CauseRadioNetwork_template& c); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template tr__HNBAP__HNBRegisterRequest(const OCTETSTRING_template& hNB__Identity__Info, const OCTETSTRING_template& plmnid, const BITSTRING_template& cell__identity, const OCTETSTRING_template& lac, const OCTETSTRING_template& rac, const OCTETSTRING_template& sac); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template ts__HNBAP__HNBRegisterRequest(const OCTETSTRING_template& hNB__Identity__Info, const OCTETSTRING_template& plmnid, const BITSTRING_template& cell__identity, const OCTETSTRING_template& lac, const OCTETSTRING_template& rac, const OCTETSTRING_template& sac); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template tr__HNBAP__HNBRegisterAccept(const INTEGER_template& rnc__id); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template ts__HNBAP__HNBRegisterAccept(const INTEGER_template& rnc__id); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template tr__HNBAP__HNBRegisterReject(const HNBAP__IEs::Cause_template& cause); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template ts__HNBAP__HNBRegisterReject(const HNBAP__IEs::Cause_template& cause); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template tr__HNBAP__UERegisterRequest(const HNBAP__IEs::UE__Identity_template& ue__id); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template ts__HNBAP__UERegisterRequest(const HNBAP__IEs::UE__Identity_template& ue__id); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template tr__HNBAP__UERegisterAccept(const HNBAP__IEs::UE__Identity_template& ue__id); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template ts__HNBAP__UERegisterAccept(const HNBAP__IEs::UE__Identity_template& ue__id, const BITSTRING_template& context__id); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template tr__HNBAP__UERegisterReject(const HNBAP__IEs::UE__Identity_template& ue__id, const HNBAP__IEs::Cause_template& cause); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template ts__HNBAP__UERegisterReject(const HNBAP__IEs::UE__Identity_template& ue__id, const HNBAP__IEs::Cause_template& cause); extern HNBAP__PDU__Descriptions::HNBAP__PDU_template ts__HNBAP__HNBDe__Register(const HNBAP__IEs::Cause_template& cause); extern void pre_init_module(); extern void post_init_module(); /* Global variable declarations */ extern const OCTETSTRING_template& tr__HNBAP__HNBRegisterRequest_hNB__Identity__Info_defval; extern OCTETSTRING_template template_tr__HNBAP__HNBRegisterRequest_hNB__Identity__Info_defval; extern const OCTETSTRING_template& tr__HNBAP__HNBRegisterRequest_plmnid_defval; extern OCTETSTRING_template template_tr__HNBAP__HNBRegisterRequest_plmnid_defval; extern const BITSTRING_template& tr__HNBAP__HNBRegisterRequest_cell__identity_defval; extern BITSTRING_template template_tr__HNBAP__HNBRegisterRequest_cell__identity_defval; extern const OCTETSTRING_template& tr__HNBAP__HNBRegisterRequest_lac_defval; extern OCTETSTRING_template template_tr__HNBAP__HNBRegisterRequest_lac_defval; extern const OCTETSTRING_template& tr__HNBAP__HNBRegisterRequest_rac_defval; extern OCTETSTRING_template template_tr__HNBAP__HNBRegisterRequest_rac_defval; extern const OCTETSTRING_template& tr__HNBAP__HNBRegisterRequest_sac_defval; extern OCTETSTRING_template template_tr__HNBAP__HNBRegisterRequest_sac_defval; extern const INTEGER_template& tr__HNBAP__HNBRegisterAccept_rnc__id_defval; extern INTEGER_template template_tr__HNBAP__HNBRegisterAccept_rnc__id_defval; extern const HNBAP__IEs::Cause_template& tr__HNBAP__HNBRegisterReject_cause_defval; extern HNBAP__IEs::Cause_template template_tr__HNBAP__HNBRegisterReject_cause_defval; extern const HNBAP__IEs::Cause_template& tr__HNBAP__UERegisterReject_cause_defval; extern HNBAP__IEs::Cause_template template_tr__HNBAP__UERegisterReject_cause_defval; extern const unsigned char module_checksum[]; extern TTCN_Module module_object; extern const RuntimeVersionChecker ver_checker; } /* end of namespace */ #endif