aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-25 16:16:47 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-03-25 16:20:53 +0100
commit2b9d7b1376ac0a4ccbd4c5cb94ed4b516664a05b (patch)
tree09f3873e74bc719b4e20267d72f1363135fde908 /openbsc/include/openbsc
parent692daaf2d26d1296db4b7e780f4805bb1b36bf31 (diff)
gprs: Introduce a way to set the DSCP for the NS socket
Add a VTY command to set the DSCP.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gprs_ns.h1
1 files changed, 1 insertions, 0 deletions
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 {