- Timestamp:
- 03/01/10 21:59:06 (6 months ago)
- Parents:
- 8b0079909d1ae229862e3372dbfb26955772725d
- Children:
- 474d19f5c00f6224852e28606dbe4f2e455198c0
- git-committer:
- Harald Welte <laforge@gnumonks.org> / 2010-03-01T21:59:06Z+0100
- Files:
-
- 1 modified
-
openbsc/include/openbsc/gsm_data.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openbsc/include/openbsc/gsm_data.h
rdfe6c7d r2e411c7 3 3 4 4 #include <sys/types.h> 5 6 struct value_string {7 unsigned int value;8 const char *str;9 };10 11 const char *get_value_string(const struct value_string *vs, u_int32_t val);12 int get_string_value(const struct value_string *vs, const char *str);13 5 14 6 enum gsm_phys_chan_config {
