Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nas: Ec/Io given always as a signed integer | Aleksander Morgado | 2012-09-27 | 1 | -8/+8 |
| | |||||
* | qmi-codegen: for arrays, use a new 'size-prefix-format' instead of 'array-size' | Aleksander Morgado | 2012-09-19 | 1 | -116/+114 |
| | | | | | | | | | | | | | | | | | | The 'array-size' property was used to define an implicit variable to be found at the beginning of every array. This property expected a dictionary with one single 'format' key. Instead of this setup, create a new 'size-prefix-format' property which directly expects the format string of the variable to be used as array-length indicator. So, instead of: "array-size" : { "format" : "guint16" } We can now just use: "size-prefix-format" : "guint16" Also, remove the explicit size definitions when the format is "guint8", as that is the default already when none specified and the array is not of fixed size. | ||||
* | nas: Get/Set Technology Preference part of NAS 1.0, not 1.7 | Dan Williams | 2012-08-31 | 1 | -2/+2 |
| | | | | The TP stuff has been around since the beginning, actually. | ||||
* | nas: implement "Get RF Band Information" request/response | Aleksander Morgado | 2012-08-30 | 1 | -0/+24 |
| | |||||
* | nas: fix RF Band info array size indicator type | Aleksander Morgado | 2012-08-30 | 1 | -1/+1 |
| | |||||
* | nas: implement "Get Home Network" request/response | Aleksander Morgado | 2012-08-07 | 1 | -0/+46 |
| | |||||
* | nas: consolidate location area code variable names | Aleksander Morgado | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | nas: consolidate variable names | Aleksander Morgado | 2012-08-06 | 1 | -2/+2 |
| | | | | | 'Signal strength' should not be confused with 'Signal info', the latter was introduced in NAS 1.8. | ||||
* | nas: implement "System Info" indication | Aleksander Morgado | 2012-08-03 | 1 | -0/+619 |
| | |||||
* | nas: use `DTM' instead of `Dual Transfer Mode' | Aleksander Morgado | 2012-08-03 | 1 | -2/+2 |
| | |||||
* | nas: implement "Get System Info" request/response | Aleksander Morgado | 2012-08-03 | 1 | -0/+614 |
| | |||||
* | nas: fix tabs vs spaces | Aleksander Morgado | 2012-08-03 | 1 | -24/+24 |
| | |||||
* | nas: implement "Serving System" indication | Aleksander Morgado | 2012-08-02 | 1 | -0/+244 |
| | |||||
* | nas: implement "Initiate Network Register" request/response | Aleksander Morgado | 2012-08-02 | 1 | -0/+38 |
| | |||||
* | nas: don't mistake 'change duration' with 'preference duration' | Aleksander Morgado | 2012-08-02 | 1 | -2/+2 |
| | | | | | | They actually have POWER_CYCLE and PERMANENT values swapped. Kudos to the one who decided that. | ||||
* | nas: consolidate variable names for `QmiNasRadioInterface' types | Aleksander Morgado | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | nas: let `QmiNasRadioInterface' be a signed value | Aleksander Morgado | 2012-08-02 | 1 | -12/+12 |
| | | | | We'll use (-1) when we don't need to specify a specific value in Set requests. | ||||
* | nas: add missing TLV prerequisites | Aleksander Morgado | 2012-08-01 | 1 | -3/+6 |
| | |||||
* | nas: implement "Get Serving System" request/response | Aleksander Morgado | 2012-08-01 | 1 | -0/+215 |
| | |||||
* | nas: fix TLV name; it's PCS digit, not PDS | Aleksander Morgado | 2012-08-01 | 1 | -1/+1 |
| | |||||
* | nas: implement "Config Signal Info" request/response | Aleksander Morgado | 2012-08-01 | 1 | -0/+65 |
| | |||||
* | nas: implement "Signal Info" indication | Aleksander Morgado | 2012-07-31 | 1 | -0/+62 |
| | |||||
* | nas: implement "Set Technology Preference" request/response | Aleksander Morgado | 2012-07-31 | 1 | -0/+19 |
| | |||||
* | nas: consolidate preference duration values | Aleksander Morgado | 2012-07-31 | 1 | -3/+3 |
| | |||||
* | nas: implement "Set System Selection Preference" request/response | Aleksander Morgado | 2012-07-31 | 1 | -0/+86 |
| | |||||
* | nas: fix TLV numbering in "Get System Selection Preference" | Bjørn Mork | 2012-07-30 | 1 | -3/+3 |
| | |||||
* | nas: 'Persistent' is not mandatory in "Get Technology Preference" | Bjørn Mork | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | nas: implement "Get Technology Preference" request/response | Aleksander Morgado | 2012-07-27 | 1 | -0/+25 |
| | |||||
* | nas: implement "Get System Selection Preference" request/response | Aleksander Morgado | 2012-07-26 | 1 | -0/+80 |
| | |||||
* | nas: fix several sign related issues in signal strength/info reporting | Aleksander Morgado | 2012-07-25 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | nas: implement "Get Signal Info" request/response | Aleksander Morgado | 2012-07-25 | 1 | -1/+64 |
| | |||||
* | nas: implement "Network Scan" request/response | Aleksander Morgado | 2012-07-24 | 1 | -1/+61 |
| | |||||
* | nas: implement "Get Signal Strength" request/response | Aleksander Morgado | 2012-07-24 | 1 | -1/+108 |
| | |||||
* | nas: implement "Register Indications" request/response | Aleksander Morgado | 2012-07-24 | 1 | -1/+100 |
| | |||||
* | nas: implement "Event Report" indication | Aleksander Morgado | 2012-07-24 | 1 | -1/+106 |
| | |||||
* | nas: implement "Set Event Report" request/response | Aleksander Morgado | 2012-07-24 | 1 | -0/+119 |
| | |||||
* | nas: implement NAS service support, including the "Reset" request/response | Aleksander Morgado | 2012-07-23 | 1 | -0/+23 |