Skip to content

Instantly share code, notes, and snippets.

@cstrouse
Created March 7, 2021 12:43
Show Gist options
  • Save cstrouse/836a490e6237478aea1e37f19a586824 to your computer and use it in GitHub Desktop.
Save cstrouse/836a490e6237478aea1e37f19a586824 to your computer and use it in GitHub Desktop.
AT Commands to add LTE band locking appropriate for T-Mobile to the Netgear Nighthawk M1 (MR1100) router
at!band=?
at!band=03,"LTE B2 (1900 MHz PCS)" ,0, 2
at!band=04,"LTE B4 (1700/2100 MHz AWS)" ,0, 8
at!band=05,"LTE B12 (700 MHz AWS)" ,0, 800
at!band=06,"LTE B66 (AWS-3)" ,0, 0, 2
at!band=07,"LTE CA (B2+B4)" ,0, a
at!band=08,"LTE CA (B2+B4+B12)" ,0, 80a
at!band=?
at!reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment