From 73f83d533ba8d929a840ab76efb099da4d5b6174 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 2 Sep 2016 13:38:01 +0200 Subject: 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 --- openbsc/include/openbsc/sgsn.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'openbsc/include/openbsc/sgsn.h') 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 { -- cgit v1.2.3