| 21 | 1. {{{ at!gstatus? }}} |
| 22 | 1. Will return a status like: |
| 23 | {{{ |
| 24 | at!gstatus? |
| 25 | !GSTATUS: |
| 26 | Current Time: 10049 Temperature: 42 |
| 27 | Bootup Time: 0 Mode: ONLINE |
| 28 | System mode: LTE PS state: Attached |
| 29 | LTE band: B25 LTE bw: 10 MHz |
| 30 | LTE Rx chan: 8365 LTE Tx chan: 26365 |
| 31 | EMM state: Registered Normal Service |
| 32 | RRC state: RRC Connected |
| 33 | IMS reg state: No Srv |
| 34 | |
| 35 | RSSI (dBm): -83 Tx Power: 0 |
| 36 | RSRP (dBm): -117 TAC: 0001 (1) |
| 37 | RSRQ (dB): -10 Cell ID: 01A2D001 (27447297) |
| 38 | SINR (dB): 1.6 |
| 39 | }}} |
| 40 | 1. Exit Minicom by pressing Ctrl+A and then x, then enter to select ok. |
| 41 | 1. Run {{{ dhcpcd eth2 }}} and the enter to get a new line. |
| 42 | 1. You should get an address in the 192.168.3.0/24 subnet. |
| 43 | 1. {{{ Ping 192.168.3.1 }}} |
| 44 | 1. You have successfully communicated with the basestation. |
| 45 | 1. {{{iperf -c 192.168.3.1 }}} |
| 46 | 1. This will report your bandwidth to the basestation. |