Show
Ignore:
Timestamp:
03/01/10 21:59:06 (6 months ago)
Author:
Harald Welte <laforge@gnumonks.org>
Parents:
8b0079909d1ae229862e3372dbfb26955772725d
Children:
474d19f5c00f6224852e28606dbe4f2e455198c0
git-committer:
Harald Welte <laforge@gnumonks.org> / 2010-03-01T21:59:06Z+0100
Message:

value_string functions and some RSL related stuff has moved to libosmocore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openbsc/include/openbsc/gsm_data.h

    rdfe6c7d r2e411c7  
    33 
    44#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); 
    135 
    146enum gsm_phys_chan_config {