aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/system_information.h
blob: 6a5684821e337ed62da081d5b8ae99ef319ea34f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _SYSTEM_INFO_H
#define _SYSTEM_INFO_H

#include <osmocom/gsm/sysinfo.h>

struct gsm_bts;

int gsm_generate_si(struct gsm_bts *bts, enum osmo_sysinfo_type type);

#endif