Loading ttcn/Ats_NG_NAS/NG_NAS_Pics.ttcn 0 → 100755 +23 −0 Original line number Diff line number Diff line /** * @author ETSI / TTF041 * @version $URL$ * $Id$ * @desc This module provides PICS for NGAP tests. * @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 */ module NG_NAS_Pics { group PICS_ { /** * @desc Does IUT support NG_NAS? * @see ETSI */ modulepar boolean PICS_NGNAS := false; } // End of group PICS_ } // End of module NG_NAS_Pics No newline at end of file Loading
ttcn/Ats_NG_NAS/NG_NAS_Pics.ttcn 0 → 100755 +23 −0 Original line number Diff line number Diff line /** * @author ETSI / TTF041 * @version $URL$ * $Id$ * @desc This module provides PICS for NGAP tests. * @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 */ module NG_NAS_Pics { group PICS_ { /** * @desc Does IUT support NG_NAS? * @see ETSI */ modulepar boolean PICS_NGNAS := false; } // End of group PICS_ } // End of module NG_NAS_Pics No newline at end of file