aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThorsten Alteholz <osmocom@alteholz.de>2018-05-15 15:28:55 +0200
committerHarald Welte <laforge@gnumonks.org>2018-05-15 20:57:56 +0000
commit0062a5fbbffec5f0e3b32be9aaf63105a89d80b9 (patch)
tree7a22e4f1632b409670beb2046294413ccf404495 /include
parent3d4fb593292c250e2f99cda7c2f804281df0d8f8 (diff)
fix spelling
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/protocol/gsm_08_08.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h
index 5d2864ff..b699080c 100644
--- a/include/osmocom/gsm/protocol/gsm_08_08.h
+++ b/include/osmocom/gsm/protocol/gsm_08_08.h
@@ -316,7 +316,7 @@ enum gsm0808_cause {
GSM0808_CAUSE_REDUCE_LOAD_IN_SERVING_CELL = 0x10,
GSM0808_CAUSE_TRAFFIC_LOAD_IN_TGT_HIGHER_THAN_IN_SRC_CELL = 0x11,
GSM0808_CAUSE_RELOCATION_TRIGGERED = 0x12,
- GSM0808_CAUSE_REQUSTED_OPT_NOT_AUTHORISED = 0x14,
+ GSM0808_CAUSE_REQUESTED_OPT_NOT_AUTHORISED = 0x14,
GSM0808_CAUSE_ALT_CHAN_CONFIG_REQUESTED = 0x15,
GSM0808_CAUSE_RESP_TO_INT_HO_ENQ_MSG = 0x16,
GSM0808_CAUSE_INT_HO_ENQUIRY_REJECT = 0x17,
@@ -358,7 +358,7 @@ enum gsm0808_cause {
GSM0808_CAUSE_DTM_HO_INVALID_PS_IND = 0x56,
GSM0808_CAUSE_CALL_ID_ALREADY_ALLOC = 0x57,
GSM0808_CAUSE_PROTOCOL_ERROR_BETWEEN_BSS_AND_MSC = 96,
- GSM0808_CAUSE_VGCS_VBS_CALL_NON_EXISTANT = 0x61,
+ GSM0808_CAUSE_VGCS_VBS_CALL_NON_EXISTENT = 0x61,
GSM0808_CAUSE_DTM_HO_TIMER_EXPIRY = 0x62,
};