osmo-iuh/src/hnbgw_hnbap.h

7 lines
125 B
C

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