@@ -91,11 +91,9 @@ static int config_write_ns(struct vty *vty)
vty_out(vty, " nse %u remote-role %s%s",
nsvc->nsei, nsvc->remote_end_is_sgsn ? "sgsn" : "bss",
VTY_NEWLINE);
- vty_out(vty, " nse %u compliance %s%s",
- nsvc->nsei,
- nsvc->compliance == GPRS_NS_TS_08_16 ?
- "ts08.16" : "ts48.016",
- VTY_NEWLINE);
+ if (nsvc->compliance == GPRS_NS_TS_48_016)
+ vty_out(vty, " nse %u compliance ts48.016%s",
+ nsvc->nsei, VTY_NEWLINE);
switch (nsvc->ll) {
case GPRS_NS_LL_UDP:
vty_out(vty, " nse %u encapsulation udp%s", nsvc->nsei,