aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-08-10siemens vendor specific message type and IE definitionsHarald Welte1-0/+22
2009-08-10Merge commit 'origin/master'Harald Welte1-3/+4
2009-08-10when channel allocator operates in reverse order, prefer SDCCH/8 over SDCCH/4Harald Welte1-2/+11
2009-08-10now that we send MRPCI, we can treat T_MSRFPCI error message as fatalHarald Welte1-10/+0
2009-08-10bsc_hack.c: Unconditionally listen for the nanoBTSHolger Hans Peter Freyther1-3/+4
2009-08-10BS11: send measurement report every 5 SACCH framesHarald Welte1-1/+1
2009-08-10add "channel allocator (ascending|descending)" command to VTYHarald Welte1-0/+20
2009-08-10introduce bts->chan_alloc_reverse flagHarald Welte2-17/+42
2009-08-10use list iteration macros to iterate over list of TRXHarald Welte1-6/+7
2009-08-10perform A-bis OML configuration based on config fileHarald Welte1-124/+77
2009-08-10move chcomb4pchan to public abis_nm_chcomb4pchan() functionHarald Welte3-10/+20
2009-08-10Add {create, delete}-bport1 and bport0-{star, multidrop} to bs11-configDaniel Willmann3-3/+64
2009-08-10Merge commit 'origin/master'Harald Welte1-0/+6
2009-08-10rename rsl_channel_release to rsl_rf_channel_releaseHarald Welte2-10/+15
2009-08-10add support for more nanoBTS 12.21 testsHarald Welte1-11/+42
2009-08-10add some document about the channel release procedureHarald Welte1-0/+74
2009-08-10Merge commit 'origin/master'Harald Welte1-1/+3
2009-08-10use proper message discriminator for MRPCIHarald Welte1-0/+6
2009-08-10bsc_hack.c: Explain why the program will exit...Holger Hans Peter Freyther1-1/+3
2009-08-10add code to GSM 04.08 to send MRPCI message once we have classmark2Harald Welte1-0/+22
2009-08-10add new 'is_siemens_bts()' functionHarald Welte1-0/+12
2009-08-10make rsl_siemens_mrpci() use struct rsl_mrpciHarald Welte2-3/+3
2009-08-10Add function to generate siemens-specific MRPCI RSL messageHarald Welte2-1/+49
2009-08-10bsc_hack.c: Allow to use a different file for the config fileHolger Hans Peter Freyther1-2/+8
2009-08-10db.c: Move the schema revision check after creating the tablesHolger Hans Peter Freyther1-6/+6
2009-08-10vty: Avoid implicit declaration warning and check result codeHolger Hans Peter Freyther1-3/+8
2009-08-10vty: Fix format string issueHolger Hans Peter Freyther1-1/+1
2009-08-10vty: Make the argument constHolger Hans Peter Freyther2-2/+2
2009-08-10ipaccess.c: Make the compiler happy...Holger Hans Peter Freyther1-1/+1
2009-08-10misdn.c: Fix warning about redefining AF_ISDN..Holger Hans Peter Freyther1-0/+2
2009-08-10misc: Remove some obviously unused and unneeded variables..Holger Hans Peter Freyther2-2/+0
2009-08-10misc: Fix warnings about returning with value...Holger Hans Peter Freyther2-0/+4
2009-08-10rtp_proxy: Add two case and a DEBUG statement..Holger Hans Peter Freyther1-1/+6
2009-08-10db: Fix warning about truncating the sizeHolger Hans Peter Freyther1-1/+1
2009-08-10misc: Add prototypes to header files, include more header filesHolger Hans Peter Freyther12-1/+18
2009-08-10vty: Rename define to not clash with talloc's version of itHolger Hans Peter Freyther1-3/+3
2009-08-10misc: Fix make distcheckHolger Hans Peter Freyther1-1/+1
2009-08-10misc: Firs round of fixing compilation of test casesHolger Hans Peter Freyther3-2/+4
2009-08-10revert commit b400dd8f646a69f7fe0013065fa9b4711f60a45e regarding NECI=0Harald Welte1-6/+6
2009-08-10set BS power to Pn == nominal output powerHarald Welte1-1/+1
2009-08-10We're using NECI=0, but the channel reauest reasons we're seeing from MS's ar...Harald Welte1-6/+6
2009-08-10add T3101 to release lchan in case MS never responds to IMMEDIATE ASSIGNHarald Welte2-1/+16
2009-08-10add SMS CP timer TC1* to tear down lchan in case MS never responds to CP-DATAHarald Welte3-4/+24
2009-08-10fix off-by-one error in calculating RPDU length for CP-USER-DATA IEHarald Welte1-1/+2
2009-08-10the RELEAESE MODE IE is mandatoryHarald Welte1-0/+1
2009-08-09chane TRX0/TS0 channel combination to not include a CBCHHarald Welte2-8/+8
2009-08-09verify bs11 channel combination constraintsHarald Welte2-0/+63
2009-08-09add comments about channel combinationsHarald Welte1-10/+14
2009-08-09Merge branch 'master' into config_fileHarald Welte19-168/+607
2009-08-09Merge commit 'origin/master'Harald Welte30-407/+1547