From 2c3393d9e3fc1999641d8dab3b59418393c4b616 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 25 Mar 2013 11:59:58 +0100 Subject: gprs_ns: Allow to set the DSCP for the UDP socket. Allow to tag the NS service with a custom DSCP. --- include/osmocom/gprs/gprs_ns.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/gprs') diff --git a/include/osmocom/gprs/gprs_ns.h b/include/osmocom/gprs/gprs_ns.h index a7f32b25..8fca70cb 100644 --- a/include/osmocom/gprs/gprs_ns.h +++ b/include/osmocom/gprs/gprs_ns.h @@ -73,6 +73,7 @@ struct gprs_ns_inst { struct osmo_fd fd; uint32_t local_ip; uint16_t local_port; + int dscp; } nsip; /*! \brief NS-over-FR-over-GRE-over-IP specific bits */ struct { -- cgit v1.2.3