libosmogb  1.9.0.12-9519.202310132026
Osmocom Gb library
gprs_bssgp_internal.h
Go to the documentation of this file.
1 
2 #pragma once
3 
5 
7 extern void *bssgp_ns_send_data;
8 
9 int bssgp_rx_rim(struct msgb *msg, struct tlv_parsed *tp, uint16_t bvci);
int bssgp_rx_rim(struct msgb *msg, struct tlv_parsed *tp, uint16_t bvci)
Definition: gprs_bssgp_rim.c:1223
GPRS BSSGP RIM protocol implementation as per 3GPP TS 48.018.
bssgp_bvc_send bssgp_ns_send
Definition: gprs_bssgp.c:50
int(* bssgp_bvc_send)(void *ctx, struct msgb *msg)
Definition: gprs_bssgp.h:31
uint16_t bvci
Definition: gprs_msgb.h:261
void * bssgp_ns_send_data
Definition: gprs_bssgp.c:51