Page 1 of 1

How to lock an EM20 to a certain Cell.

Posted: Sun Mar 14, 2021 11:44 am
by srunyon1
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

AT+QNWLOCK: "common/4g",1,800,412

AT+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

Re: How to lock an EM20 to a certain Cell.

Posted: Sun Mar 14, 2021 7:00 pm
by BDF1234
I have been wondering how to do this on my em160. I'll try this method. Thanks for posting.

Re: How to lock an EM20 to a certain Cell.

Posted: Thu Apr 01, 2021 1:58 pm
by BDF1234
srunyon1 wrote: Sun Mar 14, 2021 11:44 am So to lock to the Cell that I want
Do you know if its possible to lock more than one band for carrier aggregation?