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
How to lock an EM20 to a certain Cell.
Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Re: How to lock an EM20 to a certain Cell.
Do you know if its possible to lock more than one band for carrier aggregation?