diff --git a/memory_check_apn b/memory_check_apn new file mode 100644 index 0000000000000000000000000000000000000000..b4e4cb8f3ec79c5e49ac9789c171aa76c8c631b4 --- /dev/null +++ b/memory_check_apn @@ -0,0 +1,8 @@ + +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 \ No newline at end of file diff --git a/memory_check_pin b/memory_check_pin new file mode 100644 index 0000000000000000000000000000000000000000..b7c1c2bd838058e3a7e41bcfdbe85be4f07488d9 --- /dev/null +++ b/memory_check_pin @@ -0,0 +1,7 @@ + +while true;do + ubus call dongle.usb0 verify_pin '{"pin":"3242"}' + ubus call dongle.usb0 verify_pin '{"pin":"3242"}' + ubus call dongle.usb0 verify_pin '{"pin":"3242"}' + ubus call dongle.usb0 unlock_sim '{"new_pin":"5555", "puk":"17923619"}' +done \ No newline at end of file