aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_utils.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-12utility functions to convert RXLEV into dBm and vice versaHarald Welte1-0/+22
2009-12-12fix some integer underflows in MS power calculationHarald Welte1-3/+13
2009-11-19misc: Add routine to generate backtrace from within the applicationHolger Hans Peter Freyther1-0/+19
E.g. to analyze the subscr_get/subscr_put behavior one can place the generate_backtrace into the functions, recompile and then filter the output with contrib/bt.py to get the function name, file and line.
2009-08-12Fix gsm_7bit_{en,de}code function and sms user_data calculationsDaniel Willmann1-34/+36
With the 7bit alphabet the user_data_len field needs to be in septets (characters) and not in octets occupied.
2009-08-09move ms_pwr utility function to gsm_utils.cHarald Welte1-0/+76
also, they should both take the gsm_band parameter, not a BTS
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+73