aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-12-27 23:43:09 +0100
committerHarald Welte <laforge@gnumonks.org>2014-12-27 23:43:09 +0100
commit03483cf0f2ca8900971652dc562cd91750ca0d1a (patch)
treea21525ec00eed5804ede5aec6ba8c998e5869886 /src
parent7f12860f08784f4a789c9bb9664db917ccba630d (diff)
etws_p1: Add missing 'Group Call Information' to P1 Rest Octets
Diffstat (limited to 'src')
-rw-r--r--src/common/etws_p1.c2
1 files changed, 2 insertions, 0 deletions
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 */