From caf53174128a6c383d7f81b6f2c60049c4134571 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 28 Jan 2021 13:37:50 +0100 Subject: Revert "gprs_ns2: drop gprs_ns2_vty, rename vty2 -> vty" This reverts commit b306094448564e27bc031b519396f1b0e294b231. It was merged too quickly and patches for projects using related features are not yet prepared. Change-Id: I8a2aaf74a47de8f4f0adb37d16426d199788e3fe --- include/osmocom/gprs/gprs_ns2.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/osmocom') diff --git a/include/osmocom/gprs/gprs_ns2.h b/include/osmocom/gprs/gprs_ns2.h index 24f45c91..df682db2 100644 --- a/include/osmocom/gprs/gprs_ns2.h +++ b/include/osmocom/gprs/gprs_ns2.h @@ -261,6 +261,11 @@ char *gprs_ns2_ll_str_c(const void *ctx, struct gprs_ns2_vc *nsvc); const char *gprs_ns2_nsvc_state_name(struct gprs_ns2_vc *nsvc); /* vty */ -int gprs_ns2_vty_init(struct gprs_ns2_inst *nsi); +int gprs_ns2_vty_init(struct gprs_ns2_inst *nsi, + const struct osmo_sockaddr_str *default_bind); +int gprs_ns2_vty_create(); + +/* vty 2 */ +int gprs_ns2_vty2_init(struct gprs_ns2_inst *nsi); /*! @} */ -- cgit v1.2.3