From 2b9d7b1376ac0a4ccbd4c5cb94ed4b516664a05b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 25 Mar 2013 16:16:47 +0100 Subject: gprs: Introduce a way to set the DSCP for the NS socket Add a VTY command to set the DSCP. --- openbsc/include/openbsc/gprs_ns.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc') diff --git a/openbsc/include/openbsc/gprs_ns.h b/openbsc/include/openbsc/gprs_ns.h index 8f28d4623..e8a143ebc 100644 --- a/openbsc/include/openbsc/gprs_ns.h +++ b/openbsc/include/openbsc/gprs_ns.h @@ -136,6 +136,7 @@ struct gprs_ns_inst { struct osmo_fd fd; uint32_t local_ip; uint16_t local_port; + int dscp; } nsip; /* NS-over-FR-over-GRE-over-IP specific bits */ struct { -- cgit v1.2.3