diff options
Diffstat (limited to 'data/qmi-service-nas.json')
-rw-r--r-- | data/qmi-service-nas.json | 267 |
1 files changed, 265 insertions, 2 deletions
diff --git a/data/qmi-service-nas.json b/data/qmi-service-nas.json index 7096678..c4259ec 100644 --- a/data/qmi-service-nas.json +++ b/data/qmi-service-nas.json @@ -5,7 +5,8 @@ // ********************************************************************************* { "name" : "QMI Client NAS", - "type" : "Client" }, + "type" : "Client", + "since" : "1.0" }, // ********************************************************************************* { "name" : "QMI Message NAS", @@ -21,6 +22,7 @@ "service" : "NAS", "id" : "0x0000", "version" : "1.0", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" } ] }, // ********************************************************************************* @@ -29,12 +31,14 @@ "service" : "NAS", "id" : "0x0001", "version" : "1.0", + "since" : "1.0", // This magic tag allows us to avoid creating a method in the client "scope" : "library-only", "input" : [ { "name" : "Transaction ID", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "guint16" } ], "output" : [ { "common-ref" : "Operation Result" } ] }, @@ -44,10 +48,12 @@ "service" : "NAS", "id" : "0x0002", "version" : "1.0", + "since" : "1.0", "input" : [ { "name" : "Signal Strength Indicator", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -59,18 +65,21 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Registration Reject Reason", "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "RSSI Indicator", "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -81,6 +90,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -91,6 +101,7 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -101,6 +112,7 @@ "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -111,12 +123,14 @@ "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "ECIO Threshold", "id" : "0x19", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -128,6 +142,7 @@ "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -139,6 +154,7 @@ "id" : "0x1B", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -149,6 +165,7 @@ "id" : "0x1C", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Report", "format" : "guint8", @@ -161,10 +178,12 @@ "type" : "Indication", "service" : "NAS", "id" : "0x0002", + "since" : "1.0", "output" : [ { "name" : "Signal Strength", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Strength", "format" : "gint8" }, @@ -175,6 +194,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "name" : "Element", "format" : "struct", @@ -190,6 +210,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Domain", "format" : "guint8", @@ -200,6 +221,7 @@ "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "guint8" }, @@ -210,6 +232,8 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + // API changed in 1.14 + "since" : "1.14", "format" : "sequence", "contents" : [ { "name" : "ECIO", "format" : "guint8" }, @@ -220,17 +244,20 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint32" }, { "name" : "SINR", "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasEvdoSinrLevel" }, { "name" : "Error Rate", "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Rate", "format" : "guint16" }, @@ -241,6 +268,7 @@ "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSRQ", "format" : "gint8" }, @@ -251,11 +279,13 @@ "id" : "0x19", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint16" }, { "name" : "LTE RSRP", "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint16" } ] }, // ********************************************************************************* @@ -264,94 +294,110 @@ "service" : "NAS", "id" : "0x0003", "version" : "1.1", + "since" : "1.0", "input" : [ { "name" : "System Selection Preference", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "DDTM Events", "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Serving System Events", "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Dual Standby Preference", "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Subscription Info", "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Network Time", "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "System Info", "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Signal Info", "id" : "0x19", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Error Rate", "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "HDR New UATI Assigned", "id" : "0x1B", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "HDR Session Closed", "id" : "0x1C", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Managed Roaming", "id" : "0x1D", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Current PLMN Name", "id" : "0x1E", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "eMBMS Status", "id" : "0x1F", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "RF Band Information", "id" : "0x20", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" } ], "output" : [ { "common-ref" : "Operation Result" } ] }, @@ -362,11 +408,13 @@ "service" : "NAS", "id" : "0x001E", "version" : "1.54", + "since" : "1.14", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "List", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "format" : "guint8" }, @@ -378,10 +426,12 @@ "service" : "NAS", "id" : "0x0020", "version" : "1.0", + "since" : "1.0", "input" : [ { "name" : "Request Mask", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16", "public-format" : "QmiNasSignalStrengthRequest" } ], "output" : [ { "common-ref" : "Operation Result" }, @@ -389,6 +439,7 @@ "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Strength", "format" : "gint8" }, @@ -400,6 +451,7 @@ "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "name" : "Element", @@ -413,6 +465,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "name" : "Element", @@ -426,6 +479,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "name" : "Element", @@ -439,17 +493,20 @@ "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint32" }, { "name" : "SINR", "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasEvdoSinrLevel" }, { "name" : "Error Rate List", "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "name" : "Element", @@ -463,6 +520,7 @@ "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSRQ", "format" : "gint8" }, @@ -473,11 +531,13 @@ "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint16" }, { "name" : "LTE RSRP", "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint16" } ] }, // ********************************************************************************* @@ -486,12 +546,14 @@ "service" : "NAS", "id" : "0x0021", "version" : "1.0", + "since" : "1.0", // This method may be aborted "abort" : "yes", "input" : [ { "name" : "Network Type", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasNetworkScanType" } ], "output" : [ { "common-ref" : "Operation Result" }, @@ -499,6 +561,7 @@ "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "name" : "Element", @@ -516,6 +579,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "name" : "Element", @@ -531,6 +595,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "size-prefix-format" : "guint16", "array-element" : { "name" : "Element", @@ -549,16 +614,19 @@ "service" : "NAS", "id" : "0x0022", "version" : "1.0", + "since" : "1.0", "input" : [ { "name" : "Action", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasNetworkRegisterType" }, { "name" : "Manual Registration Info 3GPP", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -571,12 +639,14 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasChangeDuration" }, { "name" : "MNC PCS Digit Include Status", "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" } ], "output" : [ { "common-ref" : "Operation Result" } ] }, @@ -587,11 +657,13 @@ "service" : "NAS", "id" : "0x0024", "version" : "1.0", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Serving System", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Registration State", "format" : "guint8", @@ -614,12 +686,14 @@ "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasRoamingIndicatorStatus" }, { "name" : "Data Service Capability", "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "guint8", "public-format" : "QmiNasDataCapability" } }, @@ -627,6 +701,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -638,6 +713,7 @@ "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "SID", "format" : "guint16" }, @@ -647,6 +723,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Base Station ID", "format" : "guint16" }, @@ -658,6 +735,7 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "name" : "Element", "format" : "struct", @@ -671,12 +749,14 @@ "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasRoamingIndicatorStatus" }, { "name" : "Time Zone 3GPP2", "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Leap Seconds", "format" : "guint8" }, @@ -689,49 +769,58 @@ "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8" }, { "name" : "Time Zone 3GPP", "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint8" }, { "name" : "Daylight Saving Time Adjustment 3GPP", "id" : "0x1B", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8" }, { "name" : "LAC 3GPP", "id" : "0x1C", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16" }, { "name" : "CID 3GPP", "id" : "0x1D", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint32" }, { "name" : "Concurrent Service Info 3GPP2", "id" : "0x1E", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean"}, { "name" : "PRL Indicator 3GPP2", "id" : "0x1F", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean"}, { "name" : "DTM Support", "id" : "0x20", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean"}, { "name" : "Detailed Service Status", "id" : "0x21", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Status", "format" : "guint8", @@ -752,6 +841,7 @@ "id" : "0x22", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -761,17 +851,20 @@ "id" : "0x23", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasHdrPersonality"}, { "name" : "LTE TAC", "id" : "0x24", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16" }, { "name" : "Call Barring Status", "id" : "0x25", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "CS Status", "format" : "gint32", @@ -783,11 +876,13 @@ "id" : "0x26", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16" }, { "name" : "MNC PCS Digit Include Status", "id" : "0x27", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -802,10 +897,12 @@ "service" : "NAS", "id" : "0x0024", "version" : "1.0", + "since" : "1.0", "output" : [ { "name" : "Serving System", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Registration State", "format" : "guint8", @@ -827,12 +924,14 @@ "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasRoamingIndicatorStatus" }, { "name" : "Data Service Capability", "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "guint8", "public-format" : "QmiNasDataCapability" } }, @@ -840,6 +939,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -851,6 +951,7 @@ "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "SID", "format" : "guint16" }, @@ -860,6 +961,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Base Station ID", "format" : "guint16" }, @@ -871,6 +973,7 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "name" : "Element", "format" : "struct", @@ -884,12 +987,14 @@ "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasRoamingIndicatorStatus" }, { "name" : "Time Zone 3GPP2", "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Leap Seconds", "format" : "guint8" }, @@ -902,27 +1007,32 @@ "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8" }, { "name" : "PLMN Name Flag 3GPP", "id" : "0x19", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint8", "public-format" : "gboolean" }, { "name" : "Time Zone 3GPP", "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint8" }, { "name" : "Daylight Saving Time Adjustment 3GPP", "id" : "0x1B", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8" }, { "name" : "Universal Time and Local Time Zone 3GPP", "id" : "0x1C", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Year", "format" : "guint16" }, @@ -942,34 +1052,40 @@ "id" : "0x1D", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16" }, { "name" : "CID 3GPP", "id" : "0x1E", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint32" }, { "name" : "Concurrent Service Info 3GPP2", "id" : "0x1F", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean"}, { "name" : "PRL Indicator 3GPP2", "id" : "0x20", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean"}, { "name" : "DTM Support", "id" : "0x21", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean"}, { "name" : "Detailed Service Status", "id" : "0x22", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Status", "format" : "guint8", @@ -990,6 +1106,7 @@ "id" : "0x23", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -999,17 +1116,20 @@ "id" : "0x24", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasHdrPersonality"}, { "name" : "LTE TAC", "id" : "0x25", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16" }, { "name" : "Call Barring Status", "id" : "0x26", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "CS Status", "format" : "gint32", @@ -1021,17 +1141,20 @@ "id" : "0x27", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "UMTS Primary Scrambling Code", "id" : "0x28", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16" }, { "name" : "MNC PCS Digit Include Status", "id" : "0x29", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -1047,11 +1170,13 @@ "service" : "NAS", "id" : "0x0025", "version" : "1.0", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Home Network", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -1064,6 +1189,7 @@ "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "SID", "format" : "guint16" }, @@ -1073,6 +1199,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -1090,6 +1217,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Is 3GPP", "format" : "guint8", @@ -1104,10 +1232,12 @@ "service" : "NAS", "id" : "0x002A", "version" : "1.0", + "since" : "1.0", "input" : [ { "name" : "Current", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Technology Preference", "format" : "guint16", @@ -1123,11 +1253,13 @@ "service" : "NAS", "id" : "0x002B", "version" : "1.0", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Active", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Technology Preference", "format" : "guint16", @@ -1140,6 +1272,7 @@ "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16", "public-format" : "QmiNasRadioTechnologyPreference" } ] }, @@ -1149,11 +1282,13 @@ "service" : "NAS", "id" : "0x0031", "version" : "1.1", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "List", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "name" : "Element", "format" : "struct", @@ -1172,46 +1307,54 @@ "service" : "NAS", "id" : "0x0033", "version" : "1.1", + "since" : "1.0", "input" : [ { "name" : "Emergency mode", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Mode Preference", "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16", "public-format" : "QmiNasRatModePreference" }, { "name" : "Band Preference", "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint64", "public-format" : "QmiNasBandPreference" }, { "name" : "CDMA PRL Preference", "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16", "public-format" : "QmiNasCdmaPrlPreference" }, { "name" : "Roaming Preference", "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16", "public-format" : "QmiNasRoamingPreference" }, { "name" : "LTE Band Preference", "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint64", "public-format" : "QmiNasLteBandPreference" }, { "name" : "Network Selection Preference", "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Mode", "format" : "guint8", @@ -1224,30 +1367,35 @@ "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasChangeDuration" }, { "name" : "Service Domain Preference", "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint32", "public-format" : "QmiNasServiceDomainPreference" }, { "name" : "GSM WCDMA Acquisition Order Preference", "id" : "0x19", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint32", "public-format" : "QmiNasGsmWcdmaAcquisitionOrderPreference" }, { "name" : "MNC PDS Digit Include Status", "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "TD SCDMA Band Preference", "id" : "0x1D", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint64", "public-format" : "QmiNasTdScdmaBandPreference" } ], "output" : [ { "common-ref" : "Operation Result" } ] }, @@ -1258,71 +1406,83 @@ "service" : "NAS", "id" : "0x0034", "version" : "1.1", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "Emergency mode", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "Mode Preference", "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16", "public-format" : "QmiNasRatModePreference" }, { "name" : "Band Preference", "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint64", "public-format" : "QmiNasBandPreference" }, { "name" : "CDMA PRL Preference", "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16", "public-format" : "QmiNasCdmaPrlPreference" }, { "name" : "Roaming Preference", "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint16", "public-format" : "QmiNasRoamingPreference" }, { "name" : "LTE Band Preference", "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint64", "public-format" : "QmiNasLteBandPreference" }, { "name" : "Network Selection Preference", "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasNetworkSelectionPreference" }, { "name" : "Service Domain Preference", "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint32", "public-format" : "QmiNasServiceDomainPreference" }, { "name" : "GSM WCDMA Acquisition Order Preference", "id" : "0x19", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint32", "public-format" : "QmiNasGsmWcdmaAcquisitionOrderPreference" }, { "name" : "TD SCDMA Band Preference", "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint64", "public-format" : "QmiNasTdScdmaBandPreference" }, { "name" : "Manual Network Selection", "id" : "0x1B", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "MCC", "format" : "guint16" }, @@ -1338,11 +1498,13 @@ "service" : "NAS", "id" : "0x0043", "version" : "1.4", + "since" : "1.10", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "GERAN Info", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "sequence", "contents" : [ { "name" : "Cell ID", "format" : "guint32" }, @@ -1380,6 +1542,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "sequence", "contents" : [ { "name" : "Cell ID", "format" : "guint16" }, @@ -1424,6 +1587,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "sequence", "contents" : [ { "name" : "System ID", "format" : "guint16" }, @@ -1441,6 +1605,7 @@ "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "sequence", "contents" : [ { "name" : "UE In Idle", "format" : "guint8", @@ -1482,6 +1647,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "sequence", "contents" : [ { "name" : "UE In Idle", "format" : "guint8", @@ -1516,6 +1682,7 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "sequence", "contents" : [ { "name" : "UE In Idle", "format" : "guint8", @@ -1554,6 +1721,7 @@ "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "sequence", "contents" : [ { "name" : "UE In Idle", "format" : "guint8", @@ -1586,11 +1754,13 @@ "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "guint32" }, { "name" : "UMTS Info Neighboring LTE", "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.10", "format" : "sequence", "contents" : [ { "name" : "RRC state", "format" : "guint32", @@ -1618,11 +1788,13 @@ "type" : "Indication", "service" : "NAS", "id" : "0x004C", - "version" : "1.1", + "version" : "1.4", + "since" : "1.0", "output" : [ { "name" : "Universal Time", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.4", "format" : "sequence", "contents" : [ { "name" : "Year", "format" : "guint16" }, @@ -1643,17 +1815,20 @@ "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.4", "format" : "gint8" }, { "name" : "Daylight Savings Adjustment", "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.4", "format" : "guint8", "public-format" : "QmiNasDaylightSavingsAdjustment" }, { "name" : "Radio Interface", "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.4", "format" : "gint8", "public-format" : "QmiNasRadioInterface" } ] }, @@ -1663,11 +1838,13 @@ "service" : "NAS", "id" : "0x004D", "version" : "1.8", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "CDMA Service Status", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -1679,6 +1856,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -1690,6 +1868,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -1704,6 +1883,7 @@ "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -1718,6 +1898,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -1732,6 +1913,7 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -1813,6 +1995,7 @@ "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -1866,6 +2049,7 @@ "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -1934,6 +2118,7 @@ "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2007,6 +2192,7 @@ "id" : "0x19", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2068,6 +2254,7 @@ "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" }, @@ -2077,6 +2264,7 @@ "id" : "0x1B", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" } ] }, @@ -2084,6 +2272,7 @@ "id" : "0x1C", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" }, @@ -2094,6 +2283,7 @@ "id" : "0x1D", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" }, @@ -2104,6 +2294,7 @@ "id" : "0x1E", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" } ] }, @@ -2111,6 +2302,7 @@ "id" : "0x1F", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "CS Status", "format" : "gint32", @@ -2122,6 +2314,7 @@ "id" : "0x20", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "CS Status", "format" : "gint32", @@ -2133,24 +2326,28 @@ "id" : "0x21", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "GSM Cipher Domain", "id" : "0x22", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasNetworkServiceDomain" }, { "name" : "WCDMA Cipher Domain", "id" : "0x23", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasNetworkServiceDomain" }, { "name" : "TD SCDMA Service Status", "id" : "0x24", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -2165,6 +2362,7 @@ "id" : "0x25", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2262,12 +2460,14 @@ "id" : "0x26", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "SIM Reject Info", "id" : "0x27", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint32", "public-format" : "QmiNasSimRejectState" } ] }, @@ -2277,10 +2477,12 @@ "service" : "NAS", "id" : "0x004E", "version" : "1.8", + "since" : "1.0", "output" : [ { "name" : "CDMA Service Status", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -2292,6 +2494,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -2303,6 +2506,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -2317,6 +2521,7 @@ "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -2331,6 +2536,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -2345,6 +2551,7 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2426,6 +2633,7 @@ "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2479,6 +2687,7 @@ "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2547,6 +2756,7 @@ "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2620,6 +2830,7 @@ "id" : "0x19", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2681,6 +2892,7 @@ "id" : "0x1A", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" }, @@ -2690,6 +2902,7 @@ "id" : "0x1B", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" } ] }, @@ -2697,6 +2910,7 @@ "id" : "0x1C", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" }, @@ -2707,6 +2921,7 @@ "id" : "0x1D", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" }, @@ -2717,6 +2932,7 @@ "id" : "0x1E", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Geo System Index", "format" : "guint16" } ] }, @@ -2724,6 +2940,7 @@ "id" : "0x1F", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "CS Status", "format" : "gint32", @@ -2735,6 +2952,7 @@ "id" : "0x20", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "CS Status", "format" : "gint32", @@ -2746,30 +2964,35 @@ "id" : "0x21", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "GSM Cipher Domain", "id" : "0x22", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasNetworkServiceDomain" }, { "name" : "WCDMA Cipher Domain", "id" : "0x23", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "QmiNasNetworkServiceDomain" }, { "name" : "PLMN Not Changed Indication", "id" : "0x24", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "TD SCDMA Service Status", "id" : "0x25", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Service Status", "format" : "guint8", @@ -2784,6 +3007,7 @@ "id" : "0x26", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Domain Valid", "format" : "guint8", @@ -2881,12 +3105,14 @@ "id" : "0x27", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint8", "public-format" : "gboolean" }, { "name" : "SIM Reject Info", "id" : "0x28", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "guint32", "public-format" : "QmiNasSimRejectState" } ] }, @@ -2896,11 +3122,13 @@ "service" : "NAS", "id" : "0x004F", "version" : "1.8", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "CDMA Signal Strength", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint8" }, @@ -2910,6 +3138,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint8" }, @@ -2924,11 +3153,13 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint8" }, { "name" : "WCDMA Signal Strength", "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint8" }, @@ -2938,6 +3169,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint8" }, @@ -2951,6 +3183,7 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint8" } ] }, // ********************************************************************************* @@ -2959,52 +3192,61 @@ "service" : "NAS", "id" : "0x0050", "version" : "1.8", + "since" : "1.0", "input" : [ { "name" : "RSSI Threshold", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "gint8" } }, { "name" : "ECIO Threshold", "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "gint16" } }, { "name" : "SINR Threshold", "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "guint8" } }, { "name" : "LTE SNR Threshold", "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "gint16" } }, { "name" : "IO Threshold", "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "gint32" } }, { "name" : "RSRQ Threshold", "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "gint8" } }, { "name" : "RSRP Threshold", "id" : "0x16", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "gint16" } }, { "name" : "LTE Report", "id" : "0x17", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "Rate", "format" : "guint8" }, @@ -3014,6 +3256,7 @@ "id" : "0x18", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "array", "array-element" : { "format" : "gint8" } } ], "output" : [ { "common-ref" : "Operation Result" } ] }, @@ -3024,10 +3267,12 @@ "service" : "NAS", "id" : "0x0051", "version" : "1.8", + "since" : "1.0", "output" : [ { "name" : "CDMA Signal Strength", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint8" }, @@ -3037,6 +3282,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint8" }, @@ -3051,11 +3297,13 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint8" }, { "name" : "WCDMA Signal Strength", "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint8" }, @@ -3065,6 +3313,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "RSSI", "format" : "gint8" }, @@ -3078,6 +3327,7 @@ "id" : "0x15", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "gint8" } ] }, // ********************************************************************************* @@ -3086,10 +3336,12 @@ "service" : "NAS", "id" : "0x005A", "version" : "1.9", + "since" : "1.6", "input" : [ { "name" : "Radio Interface", "id" : "0x01", "mandatory" : "yes", "type" : "TLV", + "since" : "1.6", "format" : "gint8", "public-format" : "QmiNasRadioInterface" } ], "output" : [ { "common-ref" : "Operation Result" }, @@ -3097,6 +3349,7 @@ "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.6", "format" : "sequence", "contents" : [ { "name" : "Is Radio Tuned", "format" : "guint8", @@ -3116,6 +3369,7 @@ "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.6", "format" : "sequence", "contents" : [ { "name" : "Is Radio Tuned", "format" : "guint8", @@ -3135,6 +3389,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.6", "format" : "sequence", "contents" : [ { "name" : "Is In Traffic", "format" : "guint8", @@ -3149,6 +3404,7 @@ "service" : "NAS", "id" : "0x0067", "version" : "1.21", + "since" : "1.16", "output" : [ { "common-ref" : "Operation Result" } ] }, // ********************************************************************************* @@ -3157,11 +3413,13 @@ "service" : "NAS", "id" : "0x0065", "version" : "1.3", + "since" : "1.0", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "CDMA Position Info", "id" : "0x10", "mandatory" : "no", "type" : "TLV", + "since" : "1.0", "format" : "sequence", "contents" : [ { "name" : "UI In Idle Mode", "format" : "gint8" }, @@ -3196,11 +3454,13 @@ "type" : "Message", "service" : "NAS", "id" : "0x00AC", + "since" : "1.16", "output" : [ { "common-ref" : "Operation Result" }, { "name" : "DL Bandwidth", "id" : "0x11", "mandatory" : "no", "type" : "TLV", + "since" : "1.16", "format" : "guint32", "public-format": "QmiNasDLBandwidth", "prerequisites": [ { "common-ref" : "Success" } ] }, @@ -3208,6 +3468,7 @@ "id" : "0x12", "mandatory" : "no", "type" : "TLV", + "since" : "1.16", "format" : "sequence", "contents" : [ { "name" : "Physical Cell ID", "format" : "guint16"}, @@ -3227,6 +3488,7 @@ "id" : "0x13", "mandatory" : "no", "type" : "TLV", + "since" : "1.16", "format" : "sequence", "contents" : [ { "name" : "Physical Cell ID", "format" : "guint16"}, @@ -3243,6 +3505,7 @@ "id" : "0x14", "mandatory" : "no", "type" : "TLV", + "since" : "1.16", "format" : "guint8", "prerequisites": [ { "common-ref" : "Success" } ] } ] } ] |