Loading ttcn/CALM/FNTP/LibItsFntp_Pixits.ttcn3 +13 −13 Original line number Diff line number Diff line Loading @@ -88,27 +88,27 @@ module LibItsFntp_Pixits { * @desc Identifies the CI on ITS-S router * @see ISO 21218 - Clause 6.2 Link Identifier */ modulepar EUI64 PX_WL_LOCAL_CIID := '0000000000000000'O; modulepar EUI64 PX_WL_LOCAL_CIID := '030008FFFF010000'O; /** * @desc Identifies the VCI for broadcast on ITS-S router */ modulepar EUI64 PX_WL_REMOTE_CIID_BC := '0000000000000000'O; modulepar EUI64 PX_WL_REMOTE_CIID_BC := '030008FFFF01FFFF'O; /** * @desc Identifies the VCI for multicast on ITS-S router */ modulepar EUI64 PX_WL_REMOTE_CIID_MC := '0000000000000000'O; modulepar EUI64 PX_WL_REMOTE_CIID_MC := '030008FFFF010001'O; /** * @desc Identifies the VCI for unicast on ITS-S router (peer station) */ modulepar EUI64 PX_WL_REMOTE_CIID_UC := '0000000000000000'O; modulepar EUI64 PX_WL_REMOTE_CIID_UC := '030008FFFF010001'O; /** * @desc Identifies an unknown CI on ITS-S router */ modulepar EUI64 PX_WL_LOCAL_CIID_UNKNOWN := 'DEADBEEFDEADBABE'O; modulepar EUI64 PX_WL_LOCAL_CIID_UNKNOWN := '030008FFFF000000'O; } // End of group routerWlanVcisMac Loading @@ -121,23 +121,23 @@ module LibItsFntp_Pixits { * @desc Identifies the CI on ITS-S host * @see ISO 21218 - Clause 6.2 Link Identifier */ modulepar EUI64 PX_LAN_LOCAL_CIID := '0000000000000000'O; modulepar EUI64 PX_LAN_LOCAL_CIID := '03000AFFFF010000'O; /** * @desc Identifies the VCI for broadcast on ITS-S host */ modulepar EUI64 PX_LAN_REMOTE_CIID_BC := '0000000000000000'O; modulepar EUI64 PX_LAN_REMOTE_CIID_BC := '03000AFFFF01FFFF'O; /** * @desc Identifies the VCI for unicast on ITS-S host */ modulepar EUI64 PX_LAN_REMOTE_CIID_UC := '0000000000000000'O; modulepar EUI64 PX_LAN_REMOTE_CIID_UC := '03000AFFFF010001'O; /** * @desc Identifies a different VCI on ITS-S router * @see ISO 21218 - Clause 6.2 Link Identifier */ modulepar EUI64 PX_LAN_DIFFERENT_LOCAL_CIID := '0000000000000001'O; modulepar EUI64 PX_LAN_DIFFERENT_LOCAL_CIID := '03000AFFFF020001'O; } // End of routerLanVcisMac Loading @@ -150,22 +150,22 @@ module LibItsFntp_Pixits { * @desc Identifies uniquely a specific CI in a specific "ITS-S Communication Unit" * @see ISO 21218 - Clause 6.2 Link Identifier */ modulepar EUI64 PX_DEST_LOCAL_CIID := '0000000000000000'O; modulepar EUI64 PX_DEST_LOCAL_CIID := '030009FFFF010000'O; /** * @desc Identifies uniquely a specific CI in a specific "ITS-S Communication Unit" for broadcast */ modulepar EUI64 PX_DEST_REMOTE_CIID_BC := '0000000000000000'O; modulepar EUI64 PX_DEST_REMOTE_CIID_BC := '030009FFFF01FFFF'O; /** * @desc Identifies uniquely a specific CI in a specific "ITS-S Communication Unit" for multicast */ modulepar EUI64 PX_DEST_REMOTE_CIID_MC := '0000000000000000'O; modulepar EUI64 PX_DEST_REMOTE_CIID_MC := '030009FFFF010001'O; /** * @desc Identifies uniquely a specific CI in a specific "ITS-S Communication Unit" for unicast (peer to peer) */ modulepar EUI64 PX_DEST_REMOTE_CIID_UC := '0000000000000000'O; modulepar EUI64 PX_DEST_REMOTE_CIID_UC := '030009FFFF010001'O; /** * @desc Identifies a second VCI for unicast (peer to peer) on ITS-S host Loading ttcn/CALM/IICP/LibItsIicp_Functions.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ module LibItsIicp_Functions { map(self:utPort, system:utPort); map(self:iicpPort, system:iicpPort); map(self:iicpPort, system:iicpPort); map(self:mgtMFSapPort, system:mgtMFSapPort); map(self:mgtMfSapPort, system:mgtMfSapPort); // Connect f_connect4SelfOrClientSync(); Loading @@ -94,7 +94,7 @@ module LibItsIicp_Functions { unmap(self:acPort, system:acPort); unmap(self:utPort, system:utPort); unmap(self:iicpPort, system:iicpPort); unmap(self:mgtMFSapPort, system:mgtMFSapPort); unmap(self:mgtMfSapPort, system:mgtMfSapPort); // Disconnect f_disconnect4SelfOrClientSync(); Loading ttcn/CALM/IICP/LibItsIicp_Templates.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -616,7 +616,7 @@ module LibItsIicp_Templates { in template (value) CIclass p_ciClass, in template (value) CIstatus p_status ) := { linkID := p_linkId, linkId := p_linkId, medType := p_medType, ciaClass := p_iciaClass, ciClass := p_ciClass, Loading Loading @@ -657,7 +657,7 @@ module LibItsIicp_Templates { in template (present) CIclass p_ciClass, in template (present) CIstatus p_status ) := { linkID := p_linkId, linkId := p_linkId, medType := p_medType, ciaClass := p_iciaClass, ciClass := p_ciClass, Loading Loading
ttcn/CALM/FNTP/LibItsFntp_Pixits.ttcn3 +13 −13 Original line number Diff line number Diff line Loading @@ -88,27 +88,27 @@ module LibItsFntp_Pixits { * @desc Identifies the CI on ITS-S router * @see ISO 21218 - Clause 6.2 Link Identifier */ modulepar EUI64 PX_WL_LOCAL_CIID := '0000000000000000'O; modulepar EUI64 PX_WL_LOCAL_CIID := '030008FFFF010000'O; /** * @desc Identifies the VCI for broadcast on ITS-S router */ modulepar EUI64 PX_WL_REMOTE_CIID_BC := '0000000000000000'O; modulepar EUI64 PX_WL_REMOTE_CIID_BC := '030008FFFF01FFFF'O; /** * @desc Identifies the VCI for multicast on ITS-S router */ modulepar EUI64 PX_WL_REMOTE_CIID_MC := '0000000000000000'O; modulepar EUI64 PX_WL_REMOTE_CIID_MC := '030008FFFF010001'O; /** * @desc Identifies the VCI for unicast on ITS-S router (peer station) */ modulepar EUI64 PX_WL_REMOTE_CIID_UC := '0000000000000000'O; modulepar EUI64 PX_WL_REMOTE_CIID_UC := '030008FFFF010001'O; /** * @desc Identifies an unknown CI on ITS-S router */ modulepar EUI64 PX_WL_LOCAL_CIID_UNKNOWN := 'DEADBEEFDEADBABE'O; modulepar EUI64 PX_WL_LOCAL_CIID_UNKNOWN := '030008FFFF000000'O; } // End of group routerWlanVcisMac Loading @@ -121,23 +121,23 @@ module LibItsFntp_Pixits { * @desc Identifies the CI on ITS-S host * @see ISO 21218 - Clause 6.2 Link Identifier */ modulepar EUI64 PX_LAN_LOCAL_CIID := '0000000000000000'O; modulepar EUI64 PX_LAN_LOCAL_CIID := '03000AFFFF010000'O; /** * @desc Identifies the VCI for broadcast on ITS-S host */ modulepar EUI64 PX_LAN_REMOTE_CIID_BC := '0000000000000000'O; modulepar EUI64 PX_LAN_REMOTE_CIID_BC := '03000AFFFF01FFFF'O; /** * @desc Identifies the VCI for unicast on ITS-S host */ modulepar EUI64 PX_LAN_REMOTE_CIID_UC := '0000000000000000'O; modulepar EUI64 PX_LAN_REMOTE_CIID_UC := '03000AFFFF010001'O; /** * @desc Identifies a different VCI on ITS-S router * @see ISO 21218 - Clause 6.2 Link Identifier */ modulepar EUI64 PX_LAN_DIFFERENT_LOCAL_CIID := '0000000000000001'O; modulepar EUI64 PX_LAN_DIFFERENT_LOCAL_CIID := '03000AFFFF020001'O; } // End of routerLanVcisMac Loading @@ -150,22 +150,22 @@ module LibItsFntp_Pixits { * @desc Identifies uniquely a specific CI in a specific "ITS-S Communication Unit" * @see ISO 21218 - Clause 6.2 Link Identifier */ modulepar EUI64 PX_DEST_LOCAL_CIID := '0000000000000000'O; modulepar EUI64 PX_DEST_LOCAL_CIID := '030009FFFF010000'O; /** * @desc Identifies uniquely a specific CI in a specific "ITS-S Communication Unit" for broadcast */ modulepar EUI64 PX_DEST_REMOTE_CIID_BC := '0000000000000000'O; modulepar EUI64 PX_DEST_REMOTE_CIID_BC := '030009FFFF01FFFF'O; /** * @desc Identifies uniquely a specific CI in a specific "ITS-S Communication Unit" for multicast */ modulepar EUI64 PX_DEST_REMOTE_CIID_MC := '0000000000000000'O; modulepar EUI64 PX_DEST_REMOTE_CIID_MC := '030009FFFF010001'O; /** * @desc Identifies uniquely a specific CI in a specific "ITS-S Communication Unit" for unicast (peer to peer) */ modulepar EUI64 PX_DEST_REMOTE_CIID_UC := '0000000000000000'O; modulepar EUI64 PX_DEST_REMOTE_CIID_UC := '030009FFFF010001'O; /** * @desc Identifies a second VCI for unicast (peer to peer) on ITS-S host Loading
ttcn/CALM/IICP/LibItsIicp_Functions.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ module LibItsIicp_Functions { map(self:utPort, system:utPort); map(self:iicpPort, system:iicpPort); map(self:iicpPort, system:iicpPort); map(self:mgtMFSapPort, system:mgtMFSapPort); map(self:mgtMfSapPort, system:mgtMfSapPort); // Connect f_connect4SelfOrClientSync(); Loading @@ -94,7 +94,7 @@ module LibItsIicp_Functions { unmap(self:acPort, system:acPort); unmap(self:utPort, system:utPort); unmap(self:iicpPort, system:iicpPort); unmap(self:mgtMFSapPort, system:mgtMFSapPort); unmap(self:mgtMfSapPort, system:mgtMfSapPort); // Disconnect f_disconnect4SelfOrClientSync(); Loading
ttcn/CALM/IICP/LibItsIicp_Templates.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -616,7 +616,7 @@ module LibItsIicp_Templates { in template (value) CIclass p_ciClass, in template (value) CIstatus p_status ) := { linkID := p_linkId, linkId := p_linkId, medType := p_medType, ciaClass := p_iciaClass, ciClass := p_ciClass, Loading Loading @@ -657,7 +657,7 @@ module LibItsIicp_Templates { in template (present) CIclass p_ciClass, in template (present) CIstatus p_status ) := { linkID := p_linkId, linkId := p_linkId, medType := p_medType, ciaClass := p_iciaClass, ciClass := p_ciClass, Loading