Commit Graph

10 Commits

Author SHA1 Message Date
Aleksander Morgado 79378a0c3c nas: implement "Get Technology Preference" request/response 2012-07-27 13:55:05 +02:00
Aleksander Morgado 5c1da2fcbd nas: implement "Get System Selection Preference" request/response 2012-07-26 14:24:01 +02:00
Aleksander Morgado c2a39c9488 nas: fix several sign related issues in signal strength/info reporting
So, what a nightmare.

In the deprecated "Get Signal Strength" message:
 * Signal strength given as signed integer in 1 dBm units.
 * RSSI given as an unsigned integer in (-1) dBm units.

While in the new "Get Signal Info" message:
 * RSSI given as a signed integer in 1 dBm units.

Then, these seem to be represented in the same way in both messages:
 * ECIO given as an unsigned integer in (-0.5) dBm units.
 * IO given as a signed integer in 1 dBm units.
 * RSRQ given as a signed integer in 1 dBm units.
 * LTE SNR given as a signed integer in (0.1 dB) units.
 * LTE RSRP given as a signed integer in 1 dBm units.
2012-07-25 14:46:24 +02:00
Aleksander Morgado 20c9f0d306 nas: implement "Get Signal Info" request/response 2012-07-25 14:46:24 +02:00
Aleksander Morgado 062567f98b nas: implement "Network Scan" request/response 2012-07-24 13:56:18 +02:00
Aleksander Morgado 9a0e77a188 nas: implement "Get Signal Strength" request/response 2012-07-24 13:56:18 +02:00
Aleksander Morgado 00f9848cd4 nas: implement "Register Indications" request/response 2012-07-24 13:56:17 +02:00
Aleksander Morgado 3937b2da9a nas: implement "Event Report" indication 2012-07-24 13:56:17 +02:00
Aleksander Morgado 1afd81e48c nas: implement "Set Event Report" request/response 2012-07-24 11:56:25 +02:00
Aleksander Morgado 168e56e13f nas: implement NAS service support, including the "Reset" request/response 2012-07-23 14:15:21 +02:00