osmo-bsc/openbsc/include/openbsc/system_information.h

7 lines
125 B
C

#ifndef _SYSTEM_INFO_H
#define _SYSTEM_INFO_H
int gsm_generate_si(u_int8_t *output, struct gsm_bts *bts, int type);
#endif