Loading ttcn/CALM/FSAP/LibItsFsap_Templates.ttcn3 +18 −2 Original line number Diff line number Diff line Loading @@ -966,6 +966,22 @@ module LibItsFsap_Templates { userPort := p_userPort } // End of template mw_nonIpContext /** * @desc Receive template for CTX in non-ip context * @param p_serviceId The globally unique ITS-AID of the ITS-S application * @param p_userPort Service port number * @param p_contextData A context data value * @see ISO2410-5 Clause 8.2.1 Groupcast registration * @see ISO2410-5 Figure 9 — serviceList */ template (present) NonipContext mw_nonIpContext_contextdata( in template (present) ITSaid p_serviceId, in template (present) PortNumber p_userPort, in template (value) ContextData p_contextData ) modifies mw_nonIpContext := { contextData := p_contextData } // End of template mw_nonIpContext /** * @desc Generic receive template for CTXserviceData * Used for: Loading Loading
ttcn/CALM/FSAP/LibItsFsap_Templates.ttcn3 +18 −2 Original line number Diff line number Diff line Loading @@ -966,6 +966,22 @@ module LibItsFsap_Templates { userPort := p_userPort } // End of template mw_nonIpContext /** * @desc Receive template for CTX in non-ip context * @param p_serviceId The globally unique ITS-AID of the ITS-S application * @param p_userPort Service port number * @param p_contextData A context data value * @see ISO2410-5 Clause 8.2.1 Groupcast registration * @see ISO2410-5 Figure 9 — serviceList */ template (present) NonipContext mw_nonIpContext_contextdata( in template (present) ITSaid p_serviceId, in template (present) PortNumber p_userPort, in template (value) ContextData p_contextData ) modifies mw_nonIpContext := { contextData := p_contextData } // End of template mw_nonIpContext /** * @desc Generic receive template for CTXserviceData * Used for: Loading