aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sgsn.h
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-09-02 13:38:01 +0200
committerHarald Welte <laforge@gnumonks.org>2016-09-24 03:17:59 +0000
commit73f83d533ba8d929a840ab76efb099da4d5b6174 (patch)
tree760a1631a8f84b2fadaaf3379c077ae2eacc32b6 /openbsc/include/openbsc/sgsn.h
parentd8b45778de992ea5dec6d543a7cad10783a3d69b (diff)
SNDCP: add V.42bis data compression functionality
- Add compression control for V.42bis Add code to handle compression (gprs_sndcp_dcomp.c/h) - Add Adjustments in SNDCP - Add VTY commands Change-Id: I6d36cbdf2f5c5f83ca9ba57c70452f02b8582e7e
Diffstat (limited to 'openbsc/include/openbsc/sgsn.h')
-rw-r--r--openbsc/include/openbsc/sgsn.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index 9537c0afc..786e2b240 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -100,6 +100,15 @@ struct sgsn_config {
int passive;
int s01;
} pcomp_rfc1144;
+
+ /* V.42vis data compression */
+ struct {
+ int active;
+ int passive;
+ int p0;
+ int p1;
+ int p2;
+ } dcomp_v42bis;
};
struct sgsn_instance {