aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/misc/oc2gbts_misc.h
blob: 78315679839bc61bd7ad1721b859740b3fb86783 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _OC2GBTS_MISC_H
#define _OC2GBTS_MISC_H

#include <stdint.h>

void oc2gbts_check_temp(int no_rom_write);
void oc2gbts_check_power(int no_rom_write);
void oc2gbts_check_vswr(int no_rom_write);

int oc2gbts_update_hours(int no_rom_write);

enum oc2gbts_firmware_type {
	OC2GBTS_FW_DSP,
	_NUM_FW
};

#endif