WlanInformationAPI_Pixits.ttcn 554 Bytes
Newer Older
YannGarcia's avatar
YannGarcia committed
module WlanInformationAPI_Pixits {

  // JSON
  import from JSON all;

  modulepar charstring PX_WLAN_FILTER_FIELD := "ap/macId";

  modulepar charstring PX_WLAN_FILTER_VALUE := "005C06060606";

  modulepar JSON.String PX_MAC_ID := "005C06060606";

  modulepar JSON.AnyURI PX_ASSOC_STA_SUBSCRIPTION_CALLBACK := "https://127.0.0.1/wai/v1/assoc_notif";

  modulepar JSON.String PX_SSID := "WLAN_SSID";

  modulepar JSON.String PX_IP_ADDRESS := "10.10.10.10";

  modulepar JSON.String PX_MEASUREMENT_ID := "1";

YannGarcia's avatar
YannGarcia committed
} // End of module WlanInformationAPI_Pixits