libosmogb 1.9.0.196-9975
Osmocom Gb library
gprs_ns_frgre.h
Go to the documentation of this file.
1
3#pragma once
4
5struct gprs_nsvc;
6struct msgb;
7
8int gprs_ns_frgre_sendmsg(struct gprs_nsvc *nsvc, struct msgb *msg);
int gprs_ns_frgre_sendmsg(struct gprs_nsvc *nsvc, struct msgb *msg)
Definition: gprs_ns_frgre.c:282
Structure representing a single NS-VC.
Definition: gprs_ns.h:122