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

7 lines
137 B
C

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