aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/system_information.h
blob: 982a9ac63fe28093a684f42d1af570fa6aaa4419 (plain)
1
2
3
4
5
6
#ifndef _SYSTEM_INFO_H
#define _SYSTEM_INFO_H

int gsm_generate_si(u_int8_t *output, struct gsm_bts *bts, int type);

#endif