summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-17sys/file: added comments and added some BADF handlingprom/dietlibcIngo Albrecht1-0/+20
2010-08-17sys/file: convert to kernel styleIngo Albrecht1-48/+36
2010-08-17dietlibc: build fix for td014 display driverIngo Albrecht1-1/+1
2010-08-17dietlibc: a more proper file descriptor layerIngo Albrecht4-47/+318
2010-08-17dietlibc: some more support code (enough to build and link lua)Ingo Albrecht3-1/+1504
2010-08-17dietlibc: half-hearted attempt at getting malloc workingIngo Albrecht1-0/+36
2010-08-17firmware: patch for dietlibcIngo Albrecht1-0/+60
2010-08-17firmware: switched from libmini to dietlibcIngo Albrecht21-1798/+80
2010-08-17loader: convert to kernel styleIngo Albrecht1-45/+54
2010-08-15[layer23] Fixed handling of IMSI in special casesAndreas.Eversberg1-7/+15
2010-08-14[layer23] Added (incomplete) ASSIGNMENT COMMAND handlingAndreas.Eversberg4-314/+580
2010-08-12[layer23/lapdm] Added more headroom for data indication to prevent underrunAndreas.Eversberg1-1/+1
2010-08-12[layer23] Removed hack: Allocate SDCCH when requesting a TCHAndreas.Eversberg1-13/+12
2010-08-11[layer23] Paging response depends on the supported channels: SDCCH, TCH/F, an...Andreas.Eversberg3-6/+46
2010-08-10Added support for NMEA GPS receiverAndreas.Eversberg5-1/+283
2010-08-10Added sequence number to L3 messages (see GSM 04.08 Clause 3.1.4.3)Andreas.Eversberg3-2/+58
2010-08-04[layer23] use gsm48_decode_freq_list() which has been moved into libosmocoreHarald Welte2-445/+14
2010-08-04Merge commit '1523d7039d9b8c49a2174d93c3673aa8c5a100a9'Harald Welte8-21/+510
2010-08-04Import gsm48_decode_freq_list() from osmocom-bb/layer23Harald Welte2-0/+445
2010-08-04vty: Forward delcare the logging command.Holger Hans Peter Freyther1-0/+2
2010-08-01[layer23] Correctly release a call, if not yet acknowledged by the networkAndreas.Eversberg2-1/+7
2010-07-30logging: Make sure we don't use "end of color" code if colors are turned offHarald Welte1-1/+2
2010-07-30add new hexdump_nospc() functionHarald Welte2-2/+13
2010-07-30move hexdump() from logging.c to utils.cHarald Welte5-20/+21
2010-07-30Import 'hexparse' function from OpenBSCHarald Welte2-0/+29
2010-07-30layer23: Fix Makefile.am noinst_HEADERS for vty.hSylvain Munaut1-1/+1
2010-07-29[layer23] request a layer1 reset on startup of layer2 applicationsSteve Markgraf3-0/+3
2010-07-29Merge remote branch 'origin/sylvain/pending'Harald Welte86-733/+650
2010-07-27layer23: Unify the prefix of l1ctl TX functionsSylvain Munaut6-27/+30
2010-07-27l1ctl_proto: Use an enum for the message type rather than #definesSylvain Munaut1-19/+22
2010-07-27l1ctl_proto.h: Fixup name of the guard ifdefSylvain Munaut1-3/+3
2010-07-27include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut17-15/+15
2010-07-27layer23: Use libosmocore rsl_chan_nr_str instead of local funcSylvain Munaut1-28/+1
2010-07-27layer1/l23_api: Fix the L3_MSG_SIZE to include l1ctl header sizeSylvain Munaut1-1/+1
2010-07-27shared/libosmocore: Make sure to use the 'infinite loop' abort handlerSylvain Munaut1-1/+1
2010-07-27Merge commit '7459d6cfd1765f8431b3d9a262eff332f9af807c' into sylvain/pendingSylvain Munaut14-46/+405
2010-07-27layer23: Split [2/2] -> The header filesSylvain Munaut50-122/+132
2010-07-27layer23: Split [1/2] -> The source codeSylvain Munaut29-25/+34
2010-07-25core/msgb: Use the new osmo_panic call to handle errorsSylvain Munaut1-4/+2
2010-07-25core: Add some generic panic handlingSylvain Munaut5-2/+95
2010-07-25build: Use AS_HELP_STRING macro to format the ./configure --help betterSylvain Munaut1-4/+16
2010-07-25osmocore: Add utility function rsl_chan_nr_str to RSLSylvain Munaut2-0/+29
2010-07-25layer23: Pre-rework of the Makefile.amSylvain Munaut1-9/+8
2010-07-25layer23/include: Remove eXecutable permission bit from gsm322.hSylvain Munaut1-0/+0
2010-07-25layer23: Switch to using gsmtap_util from libosmocomSylvain Munaut11-204/+4
2010-07-25layer23: Remove useless file telnet_interface.cSylvain Munaut1-240/+0
2010-07-25layer23: Alloc some headroom in incoming l1ctl packetsSylvain Munaut1-1/+2
2010-07-25fw/rf: Use printd for the trf6151_set_gain debug messageSylvain Munaut1-1/+1
2010-07-23[firmware] bring back gta0x imagesSteve Markgraf2-15/+18
2010-07-23msgb: Avoid warnings that the string might contain %s or such..Holger Hans Peter Freyther1-1/+1