Currently the EM7455 is locking onto band 5 and using band 2 for CA:
Code: Select all
at!gstatus?
!GSTATUS:
Current Time: 2333 Temperature: 47
Reset Counter: 1 Mode: ONLINE
System mode: LTE PS state: Attached
LTE band: B5 LTE bw: 5 MHz
LTE Rx chan: 2535 LTE Tx chan: 20535
LTE CA state: ACTIVE LTE Scell band:B2
LTE Scell bw:15 MHz LTE Scell chan:1025
EMM state: Registered Normal Service
RRC state: RRC Connected
IMS reg state: No Srv
PCC RxM RSSI: -88 RSRP (dBm): -111
PCC RxD RSSI: -84 RSRP (dBm): -112
SCC RxM RSSI: -60 RSRP (dBm): -98
SCC RxD RSSI: -64 RSRP (dBm): -101
Tx Power: 16 TAC: 6A2C (27180)
RSRQ (dB): -10.2 Cell ID: 07FC9602 (133993986)
SINR (dB): 11.6
OK
What I wish to accomplish is use band 2 and band 4 (CA) as they are the best around here. When I run:
Code: Select all
AT!ENTERCND="A710"
AT!BAND=10,"B2",0,0000000000000002
AT!BAND=11,"B4",0,0000000000000008
AT!BAND=0F,"ATT 2&4",0,000000000000000A
AT!BAND=0F
AT!RESET
Code: Select all
at!gstatus?
!GSTATUS:
Current Time: 298 Temperature: 43
Reset Counter: 1 Mode: ONLINE
System mode: LTE PS state: Attached
LTE band: B4 LTE bw: 10 MHz
LTE Rx chan: 2000 LTE Tx chan: 20000
LTE CA state: NOT ASSIGNED
EMM state: Registered Normal Service
RRC state: RRC Connected
IMS reg state: No Srv
PCC RxM RSSI: -69 RSRP (dBm): -98
PCC RxD RSSI: -69 RSRP (dBm): -96
Tx Power: 9 TAC: 6A2C (27180)
RSRQ (dB): -10.5 Cell ID: 07FC9617 (133994007)
SINR (dB): 12.4
Band 5 around these parts is AOL dialup speed. Band 4 is pretty good in off peak and band 2 rocks most all the time.
Hope not a totally silly question, just not quite comfortable with SW cards yet.