Loading ttcn/AtsBCF/AtsBCF_Pics.ttcn +33 −1 Original line number Diff line number Diff line /** * @author ETSI / TTF009 * @version $URL:$ * $ID:$ * @desc This module provides the NG112 BCF PICS. * @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. * @see ETSI TS 103 478, ETSI TS 103 698 */ module AtsBCF_Pics { /** * @desc Does IUT configured for UDP? */ modulepar boolean PICS_BCF_S_SIP_UDP1 := false; /** * @desc Does IUT configured for TCP? */ modulepar boolean PICS_BCF_S_SIP_TCP1 := true; /** * @desc Does the IUT support adding Call Identifier - Incident Tracking ID */ modulepar boolean PICS_BCF_M_SIP_CALL_INFO_INCIDENT_TRACKING_ID := true; /** * @desc Does the IUT support adding Call Identifier - Call ID */ modulepar boolean PICS_BCF_M_SIP_CALL_INFO_CALL_ID := true; /** * @desc Does the IUT support adding Call Identifier - Source ID */ modulepar boolean PICS_BCF_M_SIP_CALL_INFO_SOURCE_ID := true; } // End of module AtsBCF_Pics Loading
ttcn/AtsBCF/AtsBCF_Pics.ttcn +33 −1 Original line number Diff line number Diff line /** * @author ETSI / TTF009 * @version $URL:$ * $ID:$ * @desc This module provides the NG112 BCF PICS. * @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. * @see ETSI TS 103 478, ETSI TS 103 698 */ module AtsBCF_Pics { /** * @desc Does IUT configured for UDP? */ modulepar boolean PICS_BCF_S_SIP_UDP1 := false; /** * @desc Does IUT configured for TCP? */ modulepar boolean PICS_BCF_S_SIP_TCP1 := true; /** * @desc Does the IUT support adding Call Identifier - Incident Tracking ID */ modulepar boolean PICS_BCF_M_SIP_CALL_INFO_INCIDENT_TRACKING_ID := true; /** * @desc Does the IUT support adding Call Identifier - Call ID */ modulepar boolean PICS_BCF_M_SIP_CALL_INFO_CALL_ID := true; /** * @desc Does the IUT support adding Call Identifier - Source ID */ modulepar boolean PICS_BCF_M_SIP_CALL_INFO_SOURCE_ID := true; } // End of module AtsBCF_Pics