Loading ttcn/Common/LibItsCommon_Functions.ttcn +7 −0 Original line number Original line Diff line number Diff line Loading @@ -127,6 +127,13 @@ module LibItsCommon_Functions { } // end f_getTsStationId } // end f_getTsStationId function f_getTsStationType() return StationType { return PX_TESTER_STATION_TYPE; } // end f_getTsStationType /** /** * @desc Gets the current latitude of test system * @desc Gets the current latitude of test system * @return Test system's latitude * @return Test system's latitude Loading ttcn/Common/LibItsCommon_Pixits.ttcn +6 −0 Original line number Original line Diff line number Diff line Loading @@ -19,6 +19,12 @@ module LibItsCommon_Pixits { */ */ modulepar integer PX_TESTER_STATION_ID := 111111; modulepar integer PX_TESTER_STATION_ID := 111111; /** * @desc Tester Station Type * Station Type used in CAM/DENM messages sent by the tester */ modulepar integer PX_TESTER_STATION_TYPE := 3; /** /** * @desc The Latitude of the tester. * @desc The Latitude of the tester. */ */ Loading ttcn/DENM/LibItsDenm_Templates.ttcn +3 −3 Original line number Original line Diff line number Diff line Loading @@ -400,7 +400,7 @@ module LibItsDenm_Templates { */ */ template (value) ManagementContainer m_denmMgmtCon( template (value) ManagementContainer m_denmMgmtCon( template (value) ActionID p_actionID, template (value) ActionID p_actionID, template (value) StationType p_stationType := f_getTsStationId(), template (value) StationType p_stationType := f_getTsStationType(), template (value) ValidityDuration p_validityDuration := c_defaultValidity, template (value) ValidityDuration p_validityDuration := c_defaultValidity, template (omit) TransmissionInterval p_transmissionInterval := omit, template (omit) TransmissionInterval p_transmissionInterval := omit, template (value) TimestampIts p_detectionTime := f_getCurrentTime(), template (value) TimestampIts p_detectionTime := f_getCurrentTime(), Loading Loading @@ -430,7 +430,7 @@ module LibItsDenm_Templates { */ */ template (value) ManagementContainer m_denmMgmtConTermination ( template (value) ManagementContainer m_denmMgmtConTermination ( template (value) ActionID p_actionID, template (value) ActionID p_actionID, template (value) StationType p_stationType := f_getTsStationId(), template (value) StationType p_stationType := f_getTsStationType(), template (value) ValidityDuration p_validityDuration := c_defaultValidity, template (value) ValidityDuration p_validityDuration := c_defaultValidity, template (omit) TransmissionInterval p_transmissionInterval := omit, template (omit) TransmissionInterval p_transmissionInterval := omit, template (value) TimestampIts p_detectionTime := f_getCurrentTime(), template (value) TimestampIts p_detectionTime := f_getCurrentTime(), Loading @@ -450,7 +450,7 @@ module LibItsDenm_Templates { */ */ template (present) ManagementContainer mw_denmMgmtCon( template (present) ManagementContainer mw_denmMgmtCon( template (present) ActionID p_actionID, template (present) ActionID p_actionID, template (present) StationType p_stationType := f_getTsStationId(), template (present) StationType p_stationType := f_getTsStationType(), template (present) TimestampIts p_referenceTime := ?, template (present) TimestampIts p_referenceTime := ?, template ValidityDuration p_validityDuration := ?, template ValidityDuration p_validityDuration := ?, template TransmissionInterval p_transmissionInterval := *, template TransmissionInterval p_transmissionInterval := *, Loading Loading
ttcn/Common/LibItsCommon_Functions.ttcn +7 −0 Original line number Original line Diff line number Diff line Loading @@ -127,6 +127,13 @@ module LibItsCommon_Functions { } // end f_getTsStationId } // end f_getTsStationId function f_getTsStationType() return StationType { return PX_TESTER_STATION_TYPE; } // end f_getTsStationType /** /** * @desc Gets the current latitude of test system * @desc Gets the current latitude of test system * @return Test system's latitude * @return Test system's latitude Loading
ttcn/Common/LibItsCommon_Pixits.ttcn +6 −0 Original line number Original line Diff line number Diff line Loading @@ -19,6 +19,12 @@ module LibItsCommon_Pixits { */ */ modulepar integer PX_TESTER_STATION_ID := 111111; modulepar integer PX_TESTER_STATION_ID := 111111; /** * @desc Tester Station Type * Station Type used in CAM/DENM messages sent by the tester */ modulepar integer PX_TESTER_STATION_TYPE := 3; /** /** * @desc The Latitude of the tester. * @desc The Latitude of the tester. */ */ Loading
ttcn/DENM/LibItsDenm_Templates.ttcn +3 −3 Original line number Original line Diff line number Diff line Loading @@ -400,7 +400,7 @@ module LibItsDenm_Templates { */ */ template (value) ManagementContainer m_denmMgmtCon( template (value) ManagementContainer m_denmMgmtCon( template (value) ActionID p_actionID, template (value) ActionID p_actionID, template (value) StationType p_stationType := f_getTsStationId(), template (value) StationType p_stationType := f_getTsStationType(), template (value) ValidityDuration p_validityDuration := c_defaultValidity, template (value) ValidityDuration p_validityDuration := c_defaultValidity, template (omit) TransmissionInterval p_transmissionInterval := omit, template (omit) TransmissionInterval p_transmissionInterval := omit, template (value) TimestampIts p_detectionTime := f_getCurrentTime(), template (value) TimestampIts p_detectionTime := f_getCurrentTime(), Loading Loading @@ -430,7 +430,7 @@ module LibItsDenm_Templates { */ */ template (value) ManagementContainer m_denmMgmtConTermination ( template (value) ManagementContainer m_denmMgmtConTermination ( template (value) ActionID p_actionID, template (value) ActionID p_actionID, template (value) StationType p_stationType := f_getTsStationId(), template (value) StationType p_stationType := f_getTsStationType(), template (value) ValidityDuration p_validityDuration := c_defaultValidity, template (value) ValidityDuration p_validityDuration := c_defaultValidity, template (omit) TransmissionInterval p_transmissionInterval := omit, template (omit) TransmissionInterval p_transmissionInterval := omit, template (value) TimestampIts p_detectionTime := f_getCurrentTime(), template (value) TimestampIts p_detectionTime := f_getCurrentTime(), Loading @@ -450,7 +450,7 @@ module LibItsDenm_Templates { */ */ template (present) ManagementContainer mw_denmMgmtCon( template (present) ManagementContainer mw_denmMgmtCon( template (present) ActionID p_actionID, template (present) ActionID p_actionID, template (present) StationType p_stationType := f_getTsStationId(), template (present) StationType p_stationType := f_getTsStationType(), template (present) TimestampIts p_referenceTime := ?, template (present) TimestampIts p_referenceTime := ?, template ValidityDuration p_validityDuration := ?, template ValidityDuration p_validityDuration := ?, template TransmissionInterval p_transmissionInterval := *, template TransmissionInterval p_transmissionInterval := *, Loading