gb: Fix typo in bssgp_cause_strings description

Change-Id: I2474bbe99bf0aa35aab046a1987047a8368beff6
This commit is contained in:
Pau Espin 2020-01-03 17:45:36 +01:00
parent 2b98cbe5f7
commit 9b90ca8c44
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ struct gprs_ns_inst *bssgp_nsi;
static const struct value_string bssgp_cause_strings[] = {
{ BSSGP_CAUSE_PROC_OVERLOAD, "Processor overload" },
{ BSSGP_CAUSE_EQUIP_FAIL, "Equipment Failure" },
{ BSSGP_CAUSE_TRASIT_NET_FAIL, "Transit netowkr service failure" },
{ BSSGP_CAUSE_TRASIT_NET_FAIL, "Transit network service failure" },
{ BSSGP_CAUSE_CAPA_GREATER_0KPBS, "Transmission capacity modified" },
{ BSSGP_CAUSE_UNKNOWN_MS, "Unknown MS" },
{ BSSGP_CAUSE_UNKNOWN_BVCI, "Unknown BVCI" },