blob: ab4c1e4e51b4171cc78f0cd5e16585168bf2a659 [file] [log] [blame]
Harald Weltec17f5702012-06-24 21:52:07 +02001#ifndef _OSMO_GSM_GAN_H
2#define _OSMO_GSM_GAN_H
3
4#include <osmocom/core/utils.h>
5
6extern const struct value_string gan_msgt_vals[];
7static const struct value_string gan_pdisc_vals[];
8
9#endif