aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-11 12:20:08 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-11 12:21:04 +0200
commit82c1658cf5e3daac8aae73776235c4ca91d2f0e4 (patch)
tree0117e736c21835988bfb4c26507fafe58faedb46
parentcae58ae626f4dad678567e03dcfa247e05f69ddc (diff)
downloadhardware_replicant_libsamsung-ipc-82c1658cf5e3daac8aae73776235c4ca91d2f0e4.tar.gz
hardware_replicant_libsamsung-ipc-82c1658cf5e3daac8aae73776235c4ca91d2f0e4.tar.bz2
hardware_replicant_libsamsung-ipc-82c1658cf5e3daac8aae73776235c4ca91d2f0e4.zip
Fix IPC_GPRS_FAIL_CAUSE_UNKOWN_PDP_CONTEXT typo
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--include/gprs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gprs.h b/include/gprs.h
index 83be9b1..70a54f0 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -71,7 +71,7 @@
#define IPC_GPRS_FAIL_CAUSE_REACT_REQUIRED 0x0010
#define IPC_GPRS_FAIL_CAUSE_FEATURE_NOT_SUPPORTED 0x0011
#define IPC_GPRS_FAIL_CAUSE_TFT_FILTER_ERROR 0x0012
-#define IPC_GPRS_FAIL_CAUSE_UNKOWN_PDP_CONTEXT 0x0013
+#define IPC_GPRS_FAIL_CAUSE_UNKNOWN_PDP_CONTEXT 0x0013
#define IPC_GPRS_FAIL_CAUSE_INVALID_MSG 0x0014
#define IPC_GPRS_FAIL_CAUSE_PROTOCOL_ERROR 0x0015
#define IPC_GPRS_FAIL_CAUSE_MOBILE_FAILURE_ERROR 0x0016