aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-30[ipaccess] Close the firmware file as wellHolger Hans Peter Freyther1-0/+4
2009-12-30[ipaccess] Move firmware analysis into the ipaccess-config utilityHolger Hans Peter Freyther3-78/+73
2009-12-30[ipaccess] Document the software argument for firmware loadingHolger Hans Peter Freyther1-0/+1
2009-12-30[ipaccess] Start using talloc in the firmware codeHolger Hans Peter Freyther2-8/+15
2009-12-30[ipaccess] Change the name to be slightly better..Holger Hans Peter Freyther2-3/+3
2009-12-30[ipaccess] Expose the sub header list as well..Holger Hans Peter Freyther2-16/+49
2009-12-30[ipaccess] Turn firmware parsing into a routine so it can be usedHolger Hans Peter Freyther2-71/+67
2009-12-30[ipaccess] Add return values to the analyze_fileHolger Hans Peter Freyther1-12/+14
2009-12-30[ipaccess] There is only one second magic numberHolger Hans Peter Freyther1-36/+23
2009-12-30[ipaccess] Allow to parse the second magic2 as wellHolger Hans Peter Freyther1-10/+42
2009-12-30[ipaccess] Start the parser recursively...Holger Hans Peter Freyther1-7/+3
2009-12-30[ipaccess] Read the " SDP" and version first and then the rest of the headerHolger Hans Peter Freyther1-7/+23
2009-12-30[ipaccess] The firmware format is recursive...Holger Hans Peter Freyther1-15/+30
2009-12-30[abis] Add ACK signal and send it on SET NVATTR ACKHolger Hans Peter Freyther3-0/+17
2009-12-30[ipaccess] Use the right variable... *sigh*Holger Hans Peter Freyther1-1/+1
2009-12-29ipaccess-config: re-enable DNM logging, add support for multi-TRXHarald Welte (local)1-0/+6
2009-12-29rsl: add new 'gsm_trx_name()' function and use itHarald Welte (local)3-6/+16
2009-12-29ipaccess input: Print BTS number that has disappearedHarald Welte (local)1-4/+7
2009-12-29rsl_sendmsg: Print message in case trx == NULLHarald Welte (local)1-2/+8
2009-12-29export the 'trx_is_usable() function and use it from pagingHarald Welte (local)3-1/+8
2009-12-29Introduce gsm_lchans_name() for human readable lchan state nameHarald Welte4-6/+25
2009-12-29RSL: Introduce LCHAN_S_REL_REQ stateHarald Welte2-1/+17
2009-12-29[ipaccess] Start reading the header entryHolger Hans Peter Freyther1-1/+25
2009-12-29[ipaccess] Start figuring out what the header entry is meaning..Holger Hans Peter Freyther1-2/+17
2009-12-29[ipaccess] Use the u_intX_t types in the firmware toolHolger Hans Peter Freyther1-3/+3
2009-12-29[ipaccess] Attempt to read the header entries..Holger Hans Peter Freyther1-0/+13
2009-12-29[ipaccess] Do not pick in the wrong headers...Holger Hans Peter Freyther1-10/+5
2009-12-29[wireshark] Add config option to decide which flavor of OML to useHolger Hans Peter Freyther1-4/+22
2009-12-29[wireshark] Decode NM_ATT_IPACC_FILE_DATA as TL16VHolger Hans Peter Freyther1-0/+1
2009-12-28[ipaccess] Send a NVATTR to activate the new software after load endHolger Hans Peter Freyther1-8/+42
2009-12-28[ipaccess] Handle LoadAbort coming from the BTS.Holger Hans Peter Freyther2-0/+10
2009-12-28vty: replace'logging level' numeric value with human readable stringHarald Welte (local)2-2/+12
2009-12-28set the TRX nominal power by default and/or VTYHarald Welte (local)3-6/+34
2009-12-28Introduce and use gsm_lchan_name() in addition to gsm_ts_name()Harald Welte (local)3-14/+25
2009-12-28RLL: print human-readable value of RLM CAUSE in ERROR INDHarald Welte (local)1-3/+22
2009-12-28Introduce new ACT_REQ state to prevent race condition during channel allocationHarald Welte (local)3-6/+13
2009-12-28rename gsm_lchan_name() to gsm_lchant_name()Harald Welte (local)4-5/+5
2009-12-28fix segfault in CHAN RQD log messageHarald Welte (local)1-2/+2
2009-12-28correctly print chan act nack errorHarald Welte (local)1-1/+5
2009-12-28print TS name when out of resources during CHAN RQDHarald Welte (local)1-2/+2
2009-12-28correction of RTP timestamps is a NOTICE event, not debugHarald Welte (local)1-1/+2
2009-12-28include BTS and TRX number in TRX overload message reportHarald Welte (local)1-1/+2
2009-12-28[abis] Set rc to 0 to avoid running into a warning about unknown statesHolger Hans Peter Freyther1-0/+1
2009-12-28[ipacess] Implement sw_load_end for the nanoBTSHolger Hans Peter Freyther1-4/+12
2009-12-28[ipaccess] Properly increment the segs_in_windowHolger Hans Peter Freyther1-0/+1
2009-12-28[ipaccess] No need to use fdopen for the file (that was leaked too)Holger Hans Peter Freyther1-7/+4
2009-12-28[ipaccess] Implement the Load Segment messages...Holger Hans Peter Freyther1-0/+16
2009-12-28[abis] Warn if sw_load_segment is not implemented for the given bts typeHolger Hans Peter Freyther1-0/+1
2009-12-28[ipaccess] Send the correct Software Load Init for the ipaccess BTSHolger Hans Peter Freyther1-9/+38
2009-12-28[ipaccess] Verify the SDP header before flashingHolger Hans Peter Freyther1-1/+49