AT+CSQ outputs received power from the network (looks to be within 0-31, according to at+csq=?). But how to read the base station number/identification? Or how to read either in CORBA?
RE: Intensity of field, network signal strenght; base station number
2002-10-31, 08:48#2
AT+creg? (enables or disables network registration information)
AT+creg=2 (enables location information)
AT+creg? (registration and location information)
+CREG: 2,1,"0B1A","1789"
2 = enables registration and location information
1 = registered to the homenetwork
"0B1A" = Location area code in hexadecimal format
"1789" = Cell ID in hexadecimal format
If you are using corba, then you can get these information
by using GetParam () request which includes NetworkRegistration
parameter.