Exportable version of WizziLab's modem driver.

Dependents:   modem_ref_helper

Revision:
37:f5424d109c6d
Parent:
35:ac940cf8ebe6
Child:
39:bc4fccf2d84b
--- a/include/alp_spec.h	Thu Sep 06 10:41:51 2018 +0000
+++ b/include/alp_spec.h	Thu Oct 04 09:36:44 2018 +0000
@@ -93,6 +93,7 @@
     ALP_OPCODE_RSP_F_PROP               = 33, //|  FH
     ALP_OPCODE_RSP_STATUS               = 34, //|  S
     ALP_OPCODE_RSP_ISTATUS              = ALP_OPCODE_RSP_STATUS + ALP_OPCODE_ITF, //|   SI
+    ALP_OPCODE_RSP_EOPISTATUS           = ALP_OPCODE_RSP_STATUS + ALP_OPCODE_ITF + ALP_OPCODE_EOP, //|   SI
     ALP_OPCODE_RSP_TAG                  = 35, //|  PID
     ALP_OPCODE_RSP_EOPTAG               = ALP_OPCODE_RSP_TAG + ALP_OPCODE_EOP, //|   PID
     ALP_OPCODE_RSP_ERRTAG               = ALP_OPCODE_RSP_TAG + ALP_OPCODE_ERR, //|   PID
@@ -157,6 +158,10 @@
     ALP_ERR_ITF_OVERFLOW                = -14,// 0xF2: Error interface overflown (i.e. resources exhausted, buffer full with data discarded)
     ALP_ERR_QUERY_FAIL                  = -15,// 0xF1: (Group of) Query result was false (Informative error code).
 
+    ALP_ERR_ITF_START                   = -64,// 0xF0: Interface specific error, start range
+    ALP_ERR_ITF_END                     = -96,// 0xF0: Interface specific error, end range
+    ALP_ERR_ITF_NOT_SPECIFIED           = ALP_ERR_ITF_START, // Not specified internal interface error.
+
     ALP_ERR_UNKNOWN                     = -128,// 0x80: Unknown error
     ALP_ERR_FS_TIMEOUT,                       // 0x81: Internal FS Error
     ALP_ERR_ITF_UNKNOWN,                      // 0x82: Unknown Interface