Loading ttcn/AtsBCF/AtsBCF_Pixits.ttcn 0 → 100644 +28 −0 Original line number Diff line number Diff line /** * @author ETSI / TTF009 * @version $URL:$ * $ID:$ * @desc This module provides the NG112 BCF PIXITS. * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. */ module AtsBCF_Pixits { /** * @desc Call Identifier PIXIT for Incident Tracking ID used as url */ modulepar charstring PX_CALL_INFO_INCIDENT_ID := "urn:emergency:uid:incidentid:56..3f:bcf.at"; /** * @desc Call Identifier PIXIT for Call ID used as url */ modulepar charstring PX_CALL_INFO_CALL_ID := "urn:emergency:uid:callid:a56e556d871:bcf.at"; /** * @desc Call Identifier PIXIT for Source ID used as url */ modulepar charstring PX_CALL_INFO_SOURCE_ID := "urn:emergency:uid:sourceid:a7231gc42:bcf.com"; } // End of module AtsBCF_Pics Loading
ttcn/AtsBCF/AtsBCF_Pixits.ttcn 0 → 100644 +28 −0 Original line number Diff line number Diff line /** * @author ETSI / TTF009 * @version $URL:$ * $ID:$ * @desc This module provides the NG112 BCF PIXITS. * @copyright ETSI Copyright Notification * No part may be reproduced except as authorized by written permission. * The copyright and the foregoing restriction extend to reproduction in all media. * All rights reserved. */ module AtsBCF_Pixits { /** * @desc Call Identifier PIXIT for Incident Tracking ID used as url */ modulepar charstring PX_CALL_INFO_INCIDENT_ID := "urn:emergency:uid:incidentid:56..3f:bcf.at"; /** * @desc Call Identifier PIXIT for Call ID used as url */ modulepar charstring PX_CALL_INFO_CALL_ID := "urn:emergency:uid:callid:a56e556d871:bcf.at"; /** * @desc Call Identifier PIXIT for Source ID used as url */ modulepar charstring PX_CALL_INFO_SOURCE_ID := "urn:emergency:uid:sourceid:a7231gc42:bcf.com"; } // End of module AtsBCF_Pics