module LibMec_Pics { /** * @desc Does the IUT act as Edge Mobile Application? */ modulepar boolean PICS_MEC_PLAT := true; /** * @desc Does the IUT act as Edge Mobile Application? */ modulepar boolean PICS_RNIS := true; modulepar boolean PICS_MEC_SYSTEM := true; modulepar boolean PICS_SERVICES := true; modulepar boolean PICS_NOTIFICATIONS := true; modulepar boolean PICS_APP_PACKAGE := true; modulepar boolean PICS_APP_PACKAGE_MANAGEMENT := true; modulepar boolean PICS_APP_PACKAGE_NOTIFICATIONS := true; modulepar boolean PICS_RNIS_QUERY := true; modulepar boolean PICS_RNIS_ALL_SUBSCRIPTIONS := true; modulepar boolean PICS_RNIS_SPECIFIC_SUBSCRIPTION := true; modulepar boolean PICS_RNIS_NOTIFICATIONS := true; modulepar boolean PICS_AMS := true; modulepar boolean PICS_AMS_NOTIFICATIONS := true; modulepar boolean PIC_GRANTS_MANAGEMENT := true; modulepar boolean PIC_APP_PACKAGE_MANAGEMENT := true; modulepar boolean PIC_APP_PACKAGE_NOTIFICATIONS := true; modulepar charstring PICS_ROOT_API := "exampleAPI"; modulepar boolean PIC_APP_LCM_MANAGEMENT := true; modulepar boolean PIC_APP_LCM_NOTIFICATIONS := true; } // End of module LibMec_Pics