module LibMec_Pics { /** * @desc Does the IUT act as Edge Mobile Application? * TODO Renane into PIC_MEC_PLAT */ modulepar boolean PICS_PLAT_IUT := false; /** * @desc Does the IUT act as Edge Mobile Application? * TODO Renane into PIC_RNSI */ modulepar boolean PICS_RNIS_IUT := false; modulepar charstring PICS_ME_APP_Q_ZONE_ID_URI := "/exampleAPI/location/v2/zones"; modulepar charstring PICS_ME_APP_Q_USERS_LIST_URI := "/exampleAPI/location/v2/users"; modulepar charstring PICS_ME_APP_Q_UE_IDENTITY_ID_URI := "/exampleAPI/ui/v2/"; } // End of module LibMec_Pics