blob: ab4c1e4e51b4171cc78f0cd5e16585168bf2a659 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _OSMO_GSM_GAN_H
#define _OSMO_GSM_GAN_H
#include <osmocom/core/utils.h>
extern const struct value_string gan_msgt_vals[];
static const struct value_string gan_pdisc_vals[];
#endif
|