summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-02build: Make use of the new --enable-embedded option on libosmocoreSylvain Munaut1-2/+1
2011-09-02Merge commit 'fe28dedd4c25b5f0f3df39d5e33ce3639574406c'Sylvain Munaut71-533/+9410
2011-09-02core/serial: Add utilities to deal with serial portsSylvain Munaut2-0/+213
2011-09-02gsm/gsm48_ie: Fix other range format decodingAndreas.Eversberg1-66/+63
2011-09-02RSL: add rsl_ipac_msg_name() for ipa specific RSL extension namesHarald Welte1-0/+36
2011-09-01gsm/gsm48_ie: Fix Range 256 format decodingSylvain Munaut1-20/+35
2011-09-01add functions for bit-reversalHarald Welte1-0/+57
2011-08-31fw/comm/msgb: fix length parameter in memset-callSteve Markgraf1-2/+2
2011-08-31fw/layer1/fbsb: fix newline in a printf()-callSteve Markgraf1-1/+1
2011-08-31logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte1-4/+5
2011-08-31fw/display/font: add proper 8x8 font for the st7558 display driverSteve Markgraf1-0/+261
2011-08-31fw/display/font: remove old 8x8 font used by the st7558 display driverSteve Markgraf1-0/+0
2011-08-30fw/abb/twl3025: handle interrupt on powerbutton pressSteve Markgraf1-0/+7
2011-08-30doxygen: Add main page for all three librariesHarald Welte3-0/+113
2011-08-17doxygen: Add documentation for Abis OMLHarald Welte1-4/+29
2011-08-17doxygen: split VTY configuration in multiple filesHarald Welte2-2/+2
2011-08-17RSL: add doxygen documentationHarald Welte1-3/+27
2011-08-17doxygen: Add documentation for LAPDm codeHarald Welte1-4/+38
2011-08-17doxygen: Add documentation about TLV parserHarald Welte1-15/+25
2011-08-17doxygen: Add (partial) VTY API documentationHarald Welte4-16/+87
2011-08-17doxygen: Add documentation for gsmtap_util.[ch]Harald Welte1-6/+51
2011-08-17doxygen: Add documentation to signal.[ch]Harald Welte1-1/+23
2011-08-17doxygen: document panic.[ch]Harald Welte1-0/+8
2011-08-17doxygen: Add docs for rate_ctrHarald Welte1-0/+19
2011-08-17doxygen: Add 'write_queue' moduleHarald Welte1-0/+28
2011-08-17doxygen: add doxygen module 'utils'Harald Welte1-0/+51
2011-08-17doxygen documentation for logging frameworkHarald Welte2-5/+93
2011-08-17some more doxygen work (include the notion of modules)Harald Welte9-18/+295
2011-08-13[mobile] Disable SMS by default, because SMS is not supportedAndreas Eversberg1-1/+1
2011-08-11logging: fix parsing of logging mask (-d DMI case)Pablo Neira Ayuso1-0/+5
2011-08-11mobile/vty: Add missing 's' for 'skip-max-per-band' configuration parameterSteve Markgraf1-1/+1
2011-08-06Fix of wong Classmark 2 when doing CM Service Request.Andreas Eversberg3-7/+13
2011-08-04Fix of wong Classmark 1 on Location Updating and IMSI DetachAndreas Eversberg1-3/+7
2011-08-03fw/calypso/dsp: Fix wrong hardcoded boot code constantSylvain Munaut1-1/+1
2011-07-31gsmmap: Dump SYSTEM INFORMATION messages while processingAndreas Eversberg1-16/+17
2011-07-31Fixed broken gsmmap.Andreas Eversberg2-1/+11
2011-07-30Merge commit '1a99df84e12315c63f2e96a2972864e4c311712d'Sylvain Munaut3-6/+6
2011-07-30gsm/gsm48_ie: Fix frequency list decodingAndreas.Eversberg1-1/+1
2011-07-29use the 'L' prefix in debug names (DLINP instead of DINP)Harald Welte1-4/+4
2011-07-28layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg15-39/+333
2011-07-28fw/prim_tch: Add support for sending frame from l23 (TRAFFIC_REQ/CONF)Sylvain Munaut1-3/+73
2011-07-28fw/prim_tch: Add support for sending traffic frames to l23 (TRAFFIC_IND)Sylvain Munaut1-2/+28
2011-07-28fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut4-10/+33
2011-07-28l23/l1ctl: Add default values for audio_modeSylvain Munaut1-0/+3
2011-07-28fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut2-0/+28
2011-07-28l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut1-1/+1
2011-07-28layer23: Adapt to new logging API: fix calls to log_initAndreas.Eversberg2-2/+2
2011-07-28Merge commit '430be849945688ae107b079db1e216329b1a1f06'Andreas.Eversberg41-194/+3509
2011-07-24sms: Fix style issues with the code, add spaces after keywordsHolger Hans Peter Freyther1-5/+5
2011-07-24sms: SMS where cropped (from VTY), concatenation of SMS where not possibleDennis Wehrle1-29/+89