From 03483cf0f2ca8900971652dc562cd91750ca0d1a Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 27 Dec 2014 23:43:09 +0100 Subject: etws_p1: Add missing 'Group Call Information' to P1 Rest Octets --- src/common/etws_p1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/common/etws_p1.c b/src/common/etws_p1.c index e1877f87..b44ba518 100644 --- a/src/common/etws_p1.c +++ b/src/common/etws_p1.c @@ -41,6 +41,8 @@ int construct_p1_rest_octets(struct bitvec *bv, int etws_will_follow) bitvec_set_bit(bv, L); /* no Priority 2 */ bitvec_set_bit(bv, L); + /* Group Call Information */ + bitvec_set_bit(bv, L); /* Packet Page Indication 1 */ bitvec_set_bit(bv, L); /* Packet Page Indication 2 */ -- cgit v1.2.3