osmo-bsc/include/osmocom/bsc/common_bsc.h

8 lines
148 B
C

#pragma once
#include <stdint.h>
struct gsm_network *bsc_network_init(void *ctx,
uint16_t country_code,
uint16_t network_code);