aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-04fix \n at end of line of certain RSL debug messagesHarald Welte1-7/+5
2009-08-04alter initial MS RF power to 100mWHarald Welte1-1/+2
2009-08-04parse and decode Siemens specific T_MSRFPCI messageHarald Welte1-0/+1
2009-07-29generalize channel activation / channel mode modifyHarald Welte1-75/+67
2009-07-29actually derive the ip.access speech mode from tch_modeHarald Welte1-18/+16
2009-07-29add support for more RSL channel modesHarald Welte1-1/+20
2009-07-28improve ip-access BIND/CONNECT RTP supportHarald Welte1-7/+51
2009-07-28send a [new] signal in case of IPAC_DISCONNECT_INDicationHarald Welte1-0/+2
2009-07-28implement human-readable RSL cause printingHarald Welte1-18/+64
2009-07-21use actual bts->tsc rather than hard-coded valueHarald Welte1-1/+1
2009-07-19send DEACTIVATE SACCH when sending RR CHANEL RELEASEHarald Welte1-0/+19
2009-07-12more ip.access RSL TLV parser definitionsHarald Welte1-1/+9
2009-07-12rename ip.access structure field members and variablesHarald Welte1-7/+8
2009-07-12give ip.access RSL IE's their proper namesHarald Welte1-11/+11
2009-07-09abis_rsl.c: Clarify from which specification this table comes fromHolger Hans Peter Freyther1-1/+2
2009-07-04remove superfluous check for lchan->use > 0Harald Welte1-4/+2
2009-07-04release channel on ERROR INDICATIONHarald Welte1-0/+3
2009-06-27fix various RSL msgb memory leaks in error pathsHarald Welte1-4/+10
2009-06-27add new DMEAS debug category for measurement reportingHarald Welte1-13/+14
2009-06-26use named variant when allocating msgb'sHarald Welte1-1/+2
2009-06-22Add parsing of 'L1 information' IE of MEASUREMENT RESULTHarald Welte1-2/+43
2009-06-20Introduce BS and MS power control related functionsHarald Welte1-0/+89
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+1263