Move gprs_sndcp_vty_init() declaration to gprs_sndcp.h

Change-Id: Iea9692e7ef9bd017d89ef654d2f2ae5b30cc4550
changes/67/30867/2
Pau Espin 2023-01-05 14:08:32 +01:00
parent b61ab9b9ac
commit df203361e8
3 changed files with 3 additions and 1 deletions

View File

@ -460,7 +460,6 @@ struct gsm_auth_tuple *sgsn_auth_get_tuple(struct sgsn_mm_ctx *mmctx,
/* Called on subscriber data updates */
void sgsn_update_subscriber_data(struct sgsn_mm_ctx *mmctx);
int gprs_sndcp_vty_init(void);
struct sgsn_instance;
int sgsn_gtp_init(struct sgsn_instance *sgi);

View File

@ -60,6 +60,8 @@ struct gprs_sndcp_entity {
extern struct llist_head gprs_sndcp_entities;
int gprs_sndcp_vty_init(void);
/* Set of SNDCP-XID negotiation (See also: TS 144 065,
* Section 6.8 XID parameter negotiation) */
int sndcp_sn_xid_req(struct gprs_llc_lle *lle, uint8_t nsapi);

View File

@ -59,6 +59,7 @@
#include <osmocom/sgsn/vty.h>
#include <osmocom/sgsn/sgsn.h>
#include <osmocom/sgsn/gprs_llc.h>
#include <osmocom/sgsn/gprs_sndcp.h>
#include <osmocom/sgsn/gprs_gmm.h>
#include <osmocom/sgsn/gprs_ranap.h>
#include <osmocom/sgsn/gprs_ns.h>