aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_udp.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-12-01 18:20:25 +0100
committerHarald Welte <laforge@osmocom.org>2020-12-01 18:21:17 +0100
commit1e72df020870dfb724f18e597e0c2af7d2d81812 (patch)
tree3a5afd8b573323d5e0afeb8768d5adb8cb7eb352 /src/gb/gprs_ns2_udp.c
parentdc2d0808137999d3973f9aad629ebc4e69c3d94e (diff)
gprs_ns2_udp.c: Fix typo - it's a DSCP and not a DCSP
also, acronyms are typically all-caps. Change-Id: Ia12d1fd66348f0b317405f46589f041045c513a2
Diffstat (limited to 'src/gb/gprs_ns2_udp.c')
-rw-r--r--src/gb/gprs_ns2_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gb/gprs_ns2_udp.c b/src/gb/gprs_ns2_udp.c
index 35935a7a..928116d6 100644
--- a/src/gb/gprs_ns2_udp.c
+++ b/src/gb/gprs_ns2_udp.c
@@ -97,7 +97,7 @@ static void dump_vty(const struct gprs_ns2_vc_bind *bind,
nsvcs++;
}
- vty_out(vty, "UDP bind: %s:%d dcsp: %d%s", sockstr.ip, sockstr.port, priv->dscp, VTY_NEWLINE);
+ vty_out(vty, "UDP bind: %s:%d DSCP: %d%s", sockstr.ip, sockstr.port, priv->dscp, VTY_NEWLINE);
vty_out(vty, " %lu NS-VC: %s", nsvcs, VTY_NEWLINE);
llist_for_each_entry(nsvc, &bind->nsvc, blist) {