libosmogsm  0.6.3
Osmocom GSM library
gan.h
1 #ifndef _OSMO_GSM_GAN_H
2 #define _OSMO_GSM_GAN_H
3 
4 #include <osmocom/core/utils.h>
5 
6 extern const struct value_string gan_msgt_vals[];
7 static const struct value_string gan_pdisc_vals[];
8 
9 #endif