mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
synced 2025-11-03 21:53:25 +00:00
gtp/gsn_internal.h: new file
Change-Id: I999462e39411fc4ec7e50bd0212e870006fbc4f1
This commit is contained in:
@@ -16,6 +16,7 @@ AM_CFLAGS = \
|
|||||||
|
|
||||||
libgtp_la_SOURCES = \
|
libgtp_la_SOURCES = \
|
||||||
gsn.c \
|
gsn.c \
|
||||||
|
gsn_internal.h \
|
||||||
gtp.c \
|
gtp.c \
|
||||||
gtpie.c \
|
gtpie.c \
|
||||||
lookupa.c \
|
lookupa.c \
|
||||||
|
|||||||
@@ -62,6 +62,7 @@
|
|||||||
#include <osmocom/gtp/gtpie.h>
|
#include <osmocom/gtp/gtpie.h>
|
||||||
|
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
|
#include "gsn_internal.h"
|
||||||
|
|
||||||
/* Error reporting functions */
|
/* Error reporting functions */
|
||||||
|
|
||||||
|
|||||||
3
gtp/gsn_internal.h
Normal file
3
gtp/gsn_internal.h
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
void gtp_queue_timer_start(struct gsn_t *gsn);
|
||||||
@@ -60,6 +60,7 @@
|
|||||||
#include <osmocom/gtp/gtpie.h>
|
#include <osmocom/gtp/gtpie.h>
|
||||||
|
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
|
#include "gsn_internal.h"
|
||||||
|
|
||||||
/* Error reporting functions */
|
/* Error reporting functions */
|
||||||
|
|
||||||
|
|||||||
@@ -175,7 +175,4 @@ extern int gtp_fd(struct gsn_t *gsn);
|
|||||||
extern int gtp_retrans(struct gsn_t *gsn) OSMO_DEPRECATED("This API is a no-op, libgtp already does the job internally");
|
extern int gtp_retrans(struct gsn_t *gsn) OSMO_DEPRECATED("This API is a no-op, libgtp already does the job internally");
|
||||||
extern int gtp_retranstimeout(struct gsn_t *gsn, struct timeval *timeout) OSMO_DEPRECATED("This API is a no-op and will return a 1 day timeout");
|
extern int gtp_retranstimeout(struct gsn_t *gsn, struct timeval *timeout) OSMO_DEPRECATED("This API is a no-op and will return a 1 day timeout");
|
||||||
|
|
||||||
/* Internal APIs: */
|
|
||||||
void gtp_queue_timer_start(struct gsn_t *gsn);
|
|
||||||
|
|
||||||
#endif /* !_GSN_H */
|
#endif /* !_GSN_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user