aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/gprs_bssgp.h
blob: 0feaa9762f02aeeb62f3b7df301894f4c02860c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <osmocom/core/msgb.h>

/* Called by bssgp layer when a prim is received from lower layers. */
int sgsn_bssgp_rx_prim(struct osmo_prim_hdr *oph);

/* called by the bssgp layer to send NS PDUs */
int sgsn_bssgp_dispatch_ns_unitdata_req_cb(void *ctx, struct msgb *msg);

/* page a MS in its routing area */
int sgsn_bssgp_page_ps_ra(struct sgsn_mm_ctx *mmctx);