Commit 16bd97f3 authored by juvancic's avatar juvancic
Browse files

added pics

parent 8483abab
Loading
Loading
Loading
Loading
+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