Loading ttcn/BTP/LibItsBtp_Templates.ttcn +12 −0 Original line number Original line Diff line number Diff line Loading @@ -13,6 +13,18 @@ module LibItsBtp_Templates { group btpPrimitivesTemplates { group btpPrimitivesTemplates { template (value) BtpReq m_geoNwReq( template (value) BtpPacket p_btpMsg ) := { msgOut := p_btpMsg } template BtpInd mw_geoNwInd( template (present) BtpPacket p_btpMsg ) := { msgIn := p_btpMsg } } // btpPrimitivesTemplates } // btpPrimitivesTemplates group btpPduTemplates { group btpPduTemplates { Loading Loading
ttcn/BTP/LibItsBtp_Templates.ttcn +12 −0 Original line number Original line Diff line number Diff line Loading @@ -13,6 +13,18 @@ module LibItsBtp_Templates { group btpPrimitivesTemplates { group btpPrimitivesTemplates { template (value) BtpReq m_geoNwReq( template (value) BtpPacket p_btpMsg ) := { msgOut := p_btpMsg } template BtpInd mw_geoNwInd( template (present) BtpPacket p_btpMsg ) := { msgIn := p_btpMsg } } // btpPrimitivesTemplates } // btpPrimitivesTemplates group btpPduTemplates { group btpPduTemplates { Loading