summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [layer23/lapdm] Added more headroom for data indication to prevent underrunAndreas.Eversberg2010-08-121-1/+1
* [layer23] Removed hack: Allocate SDCCH when requesting a TCHAndreas.Eversberg2010-08-121-13/+12Star
* [layer23] Paging response depends on the supported channels: SDCCH, TCH/F, an...Andreas.Eversberg2010-08-113-6/+46
* Added support for NMEA GPS receiverAndreas.Eversberg2010-08-105-1/+283
* Added sequence number to L3 messages (see GSM 04.08 Clause 3.1.4.3)Andreas.Eversberg2010-08-103-2/+58
* [layer23] use gsm48_decode_freq_list() which has been moved into libosmocoreHarald Welte2010-08-042-445/+14Star
* Merge commit '1523d7039d9b8c49a2174d93c3673aa8c5a100a9'Harald Welte2010-08-048-21/+510
|\
| * Import gsm48_decode_freq_list() from osmocom-bb/layer23Harald Welte2010-08-042-0/+445
| * vty: Forward delcare the logging command.Holger Hans Peter Freyther2010-08-041-0/+2
| * logging: Make sure we don't use "end of color" code if colors are turned offHarald Welte2010-07-301-1/+2
| * add new hexdump_nospc() functionHarald Welte2010-07-302-2/+13
| * move hexdump() from logging.c to utils.cHarald Welte2010-07-305-20/+21
| * Import 'hexparse' function from OpenBSCHarald Welte2010-07-302-0/+29
* | [layer23] Correctly release a call, if not yet acknowledged by the networkAndreas.Eversberg2010-08-012-1/+7
* | layer23: Fix Makefile.am noinst_HEADERS for vty.hSylvain Munaut2010-07-301-1/+1
* | [layer23] request a layer1 reset on startup of layer2 applicationsSteve Markgraf2010-07-293-0/+3
* | Merge remote branch 'origin/sylvain/pending'Harald Welte2010-07-2986-733/+650Star
|\ \
| * | layer23: Unify the prefix of l1ctl TX functionsSylvain Munaut2010-07-276-27/+30
| * | l1ctl_proto: Use an enum for the message type rather than #definesSylvain Munaut2010-07-271-19/+22
| * | l1ctl_proto.h: Fixup name of the guard ifdefSylvain Munaut2010-07-271-3/+3
| * | include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut2010-07-2717-15/+15
| * | layer23: Use libosmocore rsl_chan_nr_str instead of local funcSylvain Munaut2010-07-271-28/+1Star
| * | layer1/l23_api: Fix the L3_MSG_SIZE to include l1ctl header sizeSylvain Munaut2010-07-271-1/+1
| * | shared/libosmocore: Make sure to use the 'infinite loop' abort handlerSylvain Munaut2010-07-271-1/+1
| * | Merge commit '7459d6cfd1765f8431b3d9a262eff332f9af807c' into sylvain/pendingSylvain Munaut2010-07-2714-46/+405
| |\|
| | * core/msgb: Use the new osmo_panic call to handle errorsSylvain Munaut2010-07-251-4/+2Star
| | * core: Add some generic panic handlingSylvain Munaut2010-07-255-2/+95
| | * build: Use AS_HELP_STRING macro to format the ./configure --help betterSylvain Munaut2010-07-251-4/+16
| | * osmocore: Add utility function rsl_chan_nr_str to RSLSylvain Munaut2010-07-252-0/+29
| | * msgb: Avoid warnings that the string might contain %s or such..Holger Hans Peter Freyther2010-07-231-1/+1
| | * gsm0808: Why should there be a lchan in the parameter...Holger Hans Peter Freyther2010-07-232-2/+2
| | * gsm0808: Import unaligned mem access fix from on-waves/bsc-masterHolger Hans Peter Freyther2010-07-232-5/+10
| | * gsm_utils: Move the gsm_7bit_alphabet into the impl and make it staticHolger Hans Peter Freyther2010-07-232-28/+27Star
| | * msgb: Check for available headroom/tailroom and abort() if we violate itHarald Welte2010-07-221-4/+31
| | * gsm_04_12.h: Add beginning of structs for SMS CBHolger Hans Peter Freyther2010-07-202-1/+33
| | * gsm_7bit_decode: rtext does not hold a null byte, reduce the sizeHolger Hans Peter Freyther2010-07-201-1/+1
| | * tests: don't hardcode length values of expected encoding gsm_7bit_encode:Nico Golde2010-07-202-15/+16
| | * gsm_7bit_decode: Handle the case of the last charachter being an escapeHolger Hans Peter Freyther2010-07-191-1/+1
| | * tests: Separate encoding/decoding test to verify them independlyHolger Hans Peter Freyther2010-07-191-17/+78
| | * * rewrite GSM 7bit default encoding/decoding based on a lookup table as the p...Nico Golde2010-07-193-21/+123
| * | layer23: Split [2/2] -> The header filesSylvain Munaut2010-07-2750-122/+132
| * | layer23: Split [1/2] -> The source codeSylvain Munaut2010-07-2729-25/+34
| * | layer23: Pre-rework of the Makefile.amSylvain Munaut2010-07-251-9/+8Star
| * | layer23/include: Remove eXecutable permission bit from gsm322.hSylvain Munaut2010-07-251-0/+0
| * | layer23: Switch to using gsmtap_util from libosmocomSylvain Munaut2010-07-2511-204/+4Star
| * | layer23: Remove useless file telnet_interface.cSylvain Munaut2010-07-251-240/+0Star
| * | layer23: Alloc some headroom in incoming l1ctl packetsSylvain Munaut2010-07-251-1/+2
| * | fw/rf: Use printd for the trf6151_set_gain debug messageSylvain Munaut2010-07-251-1/+1
* | | [firmware] bring back gta0x imagesSteve Markgraf2010-07-232-15/+18
|/ /
* | [layer23] Fixed interpretation of the power measurement result.Andreas.Eversberg2010-07-221-1/+1