/** * @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 TS 103 921-1 Table ??? */ modulepar boolean PICS_NGNAS := false; } // End of group PICS_ } // End of module NG_NAS_Pics