From f1f34360fb4680adc25a7e8b4b31062ba606e8dc Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 26 Aug 2016 17:00:21 +0200 Subject: SNDCP: add RFC1144 header compression functionality - Add module to handle compression entities - Add module to control header compression - Introduce VTY commands for heade compression configuration - Add changes in sndcp and llc to integrate header compression Change-Id: Ia00260dc09978844c2865957b4d43000b78b5e43 --- openbsc/include/openbsc/sgsn.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'openbsc/include/openbsc/sgsn.h') diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h index 22809b794..9537c0afc 100644 --- a/openbsc/include/openbsc/sgsn.h +++ b/openbsc/include/openbsc/sgsn.h @@ -93,6 +93,13 @@ struct sgsn_config { int dynamic_lookup; struct oap_config oap; + + /* RFC1144 TCP/IP header compression */ + struct { + int active; + int passive; + int s01; + } pcomp_rfc1144; }; struct sgsn_instance { -- cgit v1.2.3