EM20 Lock Cell ID

Can someone give me some easy steps to lock to a Cell ID with the EM20
lets say I want to lock on this cell.

MCC MNC :
310 410

RNC/eNB ID :
A1740 (661312)

LAC/TAC :
8B1E (35614)

Cell ID :
0A (10)

LTE Band :
B2 (Bandwidth 20 MHz Down | 20 MHz Up)

Channel :
800

I seem to find bits and pieces but no commands i can say definitive.

Also I can not seem to find a command that will show me signal strength and status.
if you have one that works on the EM20 that too would be great.
Thanks
Steve

1 Like

AT+QENG=“servingcell”
+QENG: “servingcell”,"

servingcell",“NOCONN”,“LTE”,“FDD”,310,410,A17400A,412,800,2,5,5,8B1E,-93,-15,-57,10,0,80,-

this is the one I want to lock to

1 Like

So I think i got it,
first run
AT+QENG=“neighbourcell”

+QENG: “neighbourcell intra”,“LTE”,800,412,-16,-93,-56,0,-,-,-,-,-

+QENG: “neighbourcell intra”,“LTE”,800,254,-17,-95,-68,0,-,-,-,-,-

+QENG: “neighbourcell intra”,“LTE”,800,258,-20,-99,-68,0,-,-,-,-,-

+QENG: “neighbourcell intra”,“LTE”,800,212,-20,-99,-69,0,-,-,-,-,-

Then Run

AT+QENG=“servingcell”

When it is connected to the good Cell

servingcell",“NOCONN”,“LTE”,“FDD”,310,410,A17400A,412,800,2,5,5,8B1E,-93,-15,-57,10,0,80,-

These are the numbers you are looking for.
you will see in the Neighbourcells the order has to be swaped so I want 800,412
This takes a bit to figure out, I have two modems and one sits on the good cell and I was able to see the info to understand what I wanted.

AT+QENG=“neighbourcell”

+QENG: “neighbourcell intra”,“LTE”,800,412,-16,-93,-56,0,-,-,-,-,-

+QENG: “neighbourcell intra”,“LTE”,800,254,-17,-95,-68,0,-,-,-,-,-

+QENG: “neighbourcell intra”,“LTE”,800,258,-20,-99,-68,0,-,-,-,-,-

+QENG: “neighbourcell intra”,“LTE”,800,212,-20,-99,-69,0,-,-,-,-,-

So to lock to the Cell that I want it is 800,412

then I ran

+QNWLOCK: “common/4g”,1,800,412

Then if you run you see its locked

AT+QNWLOCK=“common/4g”

+QNWLOCK: “common/4g”,1, 800,412

OK

I think to un lock it then you run
AT+QNWLOCK=“common/4g”,0

and it puts it back to

AT+QNWLOCK=“common/4g”

+QNWLOCK: “common/4g”,0

OK

1 Like