mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
gprs_ns_frgre.h: Create the header and include it
This commit is contained in:
6
openbsc/include/openbsc/gprs_ns_frgre.h
Normal file
6
openbsc/include/openbsc/gprs_ns_frgre.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _GPRS_NS_FRGRE_H
|
||||
#define _GPRS_NS_FRGRE_H
|
||||
|
||||
int gprs_ns_frgre_sendmsg(struct gprs_nsvc *nsvc, struct msgb *msg);
|
||||
|
||||
#endif
|
@@ -69,6 +69,7 @@
|
||||
#include <openbsc/signal.h>
|
||||
#include <openbsc/gprs_ns.h>
|
||||
#include <openbsc/gprs_bssgp.h>
|
||||
#include <openbsc/gprs_ns_frgre.h>
|
||||
#include <openbsc/socket.h>
|
||||
|
||||
static const struct tlv_definition ns_att_tlvdef = {
|
||||
|
Reference in New Issue
Block a user