Skip to content
Snippets Groups Projects
Commit cb611efc authored by Arun Muthusamy's avatar Arun Muthusamy
Browse files

change delete apn api call

parent 20753e83
No related branches found
No related tags found
No related merge requests found
...@@ -635,7 +635,7 @@ fail_result: ...@@ -635,7 +635,7 @@ fail_result:
} }
struct json_object *mobile_delete_apn_hilink(int profile_name_location) struct json_object *mobile_delete_apn_profile_hilink(int profile_name_location)
{ {
char *api_url = "http://192.168.8.1/api/dialup/profiles"; char *api_url = "http://192.168.8.1/api/dialup/profiles";
char post_query[512]; char post_query[512];
......
...@@ -26,7 +26,8 @@ struct write_result { ...@@ -26,7 +26,8 @@ struct write_result {
*/ */
//pci, sc, cell_id, rsrq, rsrp, rssi, sinr, rscp, ecio, mode..
struct json_object *mobile_get_device_signal_hilink();
//DeviceName, SerialNumber, Imei, Imsi, Iccid, Msisdn, HardwareVersion, SoftwareVersion, //DeviceName, SerialNumber, Imei, Imsi, Iccid, Msisdn, HardwareVersion, SoftwareVersion,
//WebUIVersion, MacAddress1, MacAddress2, ProductFamily, Classify, supportmode, workmode //WebUIVersion, MacAddress1, MacAddress2, ProductFamily, Classify, supportmode, workmode
...@@ -69,7 +70,7 @@ struct json_object *mobile_create_apn_profile_hilink(char *name, char *apn_name, ...@@ -69,7 +70,7 @@ struct json_object *mobile_create_apn_profile_hilink(char *name, char *apn_name,
struct json_object *mobile_set_apn_profile_hilink(char *name, char *apn_name, char *username, char *password); struct json_object *mobile_set_apn_profile_hilink(char *name, char *apn_name, char *username, char *password);
struct json_object *mobile_delete_apn_hilink(int profile_name_location); struct json_object *mobile_delete_apn_profile_hilink(int profile_name_location);
struct json_object *mobile_sms_read_hilink(int sms_location); struct json_object *mobile_sms_read_hilink(int sms_location);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment