aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/gprs_ns2_internal.h
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-11-19 05:24:37 +0100
committerAlexander Couzens <lynxis@fe80.eu>2020-12-22 16:36:19 +0100
commit412bc3494dad3f074a10dc5f0ffab97cb2f9c4da (patch)
tree14f6cded85f5d30f02287946969815d4b489f5c2 /src/gb/gprs_ns2_internal.h
parentlapd_core: Don't dereference data link after sending PRIM_DL_REL (diff)
downloadlibosmocore-412bc3494dad3f074a10dc5f0ffab97cb2f9c4da.tar.xz
libosmocore-412bc3494dad3f074a10dc5f0ffab97cb2f9c4da.zip
gprs_ns2: add new vty2
Change-Id: I163279cf57e84198dc8c53e1c109f5a9474670e9
Diffstat (limited to 'src/gb/gprs_ns2_internal.h')
-rw-r--r--src/gb/gprs_ns2_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gb/gprs_ns2_internal.h b/src/gb/gprs_ns2_internal.h
index df3772ae..5cb1630e 100644
--- a/src/gb/gprs_ns2_internal.h
+++ b/src/gb/gprs_ns2_internal.h
@@ -234,6 +234,7 @@ struct gprs_ns2_vc *ns2_vc_alloc(struct gprs_ns2_vc_bind *bind,
struct msgb *gprs_ns2_msgb_alloc(void);
+void gprs_ns2_sns_write_vty(struct vty *vty, const struct gprs_ns2_nse *nse);
void gprs_ns2_sns_dump_vty(struct vty *vty, const struct gprs_ns2_nse *nse, bool stats);
void ns2_prim_status_ind(struct gprs_ns2_nse *nse,
struct gprs_ns2_vc *nsvc,