Skip to content
Snippets Groups Projects
memory_check_apn 339 B
Newer Older
  • Learn to ignore specific revisions
  • 
    while true;do
    	ubus call dongle.usb0 list_apn_profiles
    	ubus call dongle.usb0 create_apn_profiles '{"profile_name":"abc", "wan_apn":"abcde", "pdp_type": "IP"}'
    	ubus call dongle.usb0 set_apn_profile '{"profile_name":"abc"}'
    	ubus call dongle.usb0 delete_apn_profile '{"profile_name":"abc"}'
    	ubus call dongle.usb0 current_apn_profile
    done