aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs/gprs_ns_frgre.h
blob: 8cf54c76abdb91767c5d699042f034f4868f49c5 (plain)
1
2
3
4
5
6
7
8
/*! \file gprs_ns_frgre.h */

#pragma once

struct gprs_nsvc;
struct msgb;

int gprs_ns_frgre_sendmsg(struct gprs_nsvc *nsvc, struct msgb *msg);