diff options
author | Vadim Yanitskiy <axilirator@gmail.com> | 2018-01-17 12:10:07 +0600 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2018-01-17 10:45:40 +0000 |
commit | b41c70f4e600b7d7d5de5805c9b9c7b2b6c70d36 (patch) | |
tree | d6a7271b6ce027138f273e71fa28441507f35f06 /src/gsm/gsm0480.c | |
parent | f07c58cb363f5cd30a6186408dad2b77f66770a9 (diff) |
gsm0480: correct parse_ss_info_elements() declaration
Change-Id: I64df293188908c7eb10a61941db76656340d3a8e
Diffstat (limited to 'src/gsm/gsm0480.c')
-rw-r--r-- | src/gsm/gsm0480.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/gsm0480.c b/src/gsm/gsm0480.c index ca009998..e3856a56 100644 --- a/src/gsm/gsm0480.c +++ b/src/gsm/gsm0480.c @@ -198,7 +198,7 @@ static int parse_ss(const struct gsm48_hdr *hdr, uint16_t len, struct ss_request *req); static int parse_ss_facility(const uint8_t *ss_facility, uint16_t len, struct ss_request *req); -static int parse_ss_info_elements(const uint8_t *ussd_ie, uint16_t len, +static int parse_ss_info_elements(const uint8_t *ss_ie, uint16_t len, struct ss_request *req); static int parse_facility_ie(const uint8_t *facility_ie, uint16_t length, struct ss_request *req); |