LibNg112_Pics.ttcn 971 Bytes
Newer Older
Garcia's avatar
Garcia committed
module LibNg112_Pics {
    
Garcia's avatar
Garcia committed
  type record of charstring request_uri_list;
  
  /**
   * @desc Has the IUT the role of LIS?
   */
  modulepar boolean PICS_LIS_IUT := true;
  
  /**
   * @desc Has the IUT the role of ECRF?
   */
Garcia's avatar
Garcia committed
    modulepar boolean PICS_ECRF_IUT := false;
    
Garcia's avatar
Garcia committed
  /**
   * @desc Does the IUT support HTTP POST request?
   */
Garcia's avatar
Garcia committed
    modulepar boolean PICS_HTTP_POST_REQUEST := true;
Garcia's avatar
Garcia committed
  
  /**
   * @desc Does the IUT support HELD protocol?
   */
  modulepar boolean PICS_LOCATION_HELD := true;
  
  /**
   * @desc Does the IUT support LoST protocol?
   */
  modulepar boolean PICS_SERVICE_LOST := true;
  
  /**
   * @desc HTTP POST Uris
   * @see RFC 2616 Hypertext Transfer Protocol -- HTTP/1.1
   */
  modulepar request_uri_list PICS_LIS_REQUEST_URIs := { "/t/9rk8l-1531130342/post", "/t/r143f-1528105031/post", "/t/6ouem-1531201238/post" };
  
  /**
   * @desc 
   */
  modulepar charstring PICS_ECRF_URI := "/service";
  
Garcia's avatar
Garcia committed
} // End of module LibNg112_Pics