From e7e4d86f0e70d2b84becc233d22b51e8a672cb95 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Wed, 29 Jul 2020 03:58:23 +0700 Subject: layer23/mobile: cosmetic: use GSM48_PDISC_TEST from gsm_04_08.h Change-Id: Ie1f14b37f6138f5a019a25bdbc8a3531418df6c2 --- src/host/layer23/src/mobile/gsm48_mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host/layer23/src/mobile/gsm48_mm.c b/src/host/layer23/src/mobile/gsm48_mm.c index d3b042c4..52c6fe9a 100644 --- a/src/host/layer23/src/mobile/gsm48_mm.c +++ b/src/host/layer23/src/mobile/gsm48_mm.c @@ -4076,7 +4076,7 @@ static int gsm48_mm_data_ind(struct osmocom_ms *ms, struct msgb *msg) msgb_free(msg); return rc; - case 0x0f: /* test TS 04.14 */ + case GSM48_PDISC_TEST: /* test TS 04.14 */ LOGP(DMM, LOGL_NOTICE, "Test protocol 0x%02x according to " "TS 04.14 is not supported.\n", pdisc); goto status; -- cgit v1.2.3