osmo-hnbgw/include/osmocom/hnbgw/hnbgw_hnbap.h

7 lines
139 B
C

#pragma once
#include <osmocom/hnbgw/hnbgw.h>
int hnbgw_hnbap_rx(struct hnb_context *hnb, struct msgb *msg);
int hnbgw_hnbap_init(void);