aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn/iucs_ranap.h
blob: c9fb255d36c233e5e20675cda6050f91014f0165 (plain)
1
2
3
4
5
6
7
#pragma once

struct ue_conn_ctx;

int iucs_rx_ranap_event(struct gsm_network *network,
			struct ue_conn_ctx *ue_ctx, int type, void *data);