From 93fed3bc510563e7d88cadafa7eada2ae4182213 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 24 Sep 2017 11:43:17 +0800 Subject: ggsn: Add per-APN VTY configuration option on G-PDU sequence numbers This per-APN vty option determines if we are transmitting GTP sequence numbers in downlink G-PDU messages. This behavior is optional as per GTP spec. The default behavior is "true", like before this change. Related: OS#2519 Change-Id: Ibf0de261f83951309b01b4feae998b6656c77664 --- ggsn/ggsn.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ggsn/ggsn.h') diff --git a/ggsn/ggsn.h b/ggsn/ggsn.h index 42f8e1c..c0774c4 100644 --- a/ggsn/ggsn.h +++ b/ggsn/ggsn.h @@ -63,6 +63,8 @@ struct apn_ctx { enum apn_gtpu_mode gtpu_mode; /* administratively shut-down (true) or not (false) */ bool shutdown; + /* transmit G-PDU sequeence numbers (true) or not (false) */ + bool tx_gpdu_seq; } cfg; /* corresponding tun device */ -- cgit v1.2.3