summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-01-17 02:59:46 +0600
committerHarald Welte <laforge@gnumonks.org>2018-01-17 10:45:40 +0000
commit44ebb939eb2812d7452c77eed7a8d73b1bbfe03b (patch)
tree95428dd79955469f31651e6f68686cbdff39debe /src
parent394447bb4b91385949a8b894c3aa63b2fe9c9467 (diff)
gsm0480: add specification reference to SS message type
Change-Id: Iff0210e995053e270939a774db33f55b22545204
Diffstat (limited to 'src')
-rw-r--r--src/gsm/gsm0480.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/gsm0480.c b/src/gsm/gsm0480.c
index 328a8c04..8319b195 100644
--- a/src/gsm/gsm0480.c
+++ b/src/gsm/gsm0480.c
@@ -285,6 +285,7 @@ static int parse_ss(const struct gsm48_hdr *hdr, uint16_t len, struct ss_request
int rc = 1;
uint8_t msg_type = hdr->msg_type & 0x3F; /* message-type - section 3.4 */
+ /* Table 2.1: Messages for call independent SS control */
switch (msg_type) {
case GSM0480_MTYPE_RELEASE_COMPLETE:
LOGP(0, LOGL_DEBUG, "SS Release Complete\n");