aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess
AgeCommit message (Expand)AuthorFilesLines
2010-03-22ipa-firmware: Write the firmware parts to a fileHolger Hans Peter Freyther2-5/+60
2010-03-22ipa-firmware: Add the entry first and then seekHolger Hans Peter Freyther1-3/+4
2010-03-22ipa-firmware: Lift the requirement of having a table_offset of zeroHolger Hans Peter Freyther1-8/+4
2010-03-22ipa-firmware: Remove the part_length from the struct sdp_firmwareHolger Hans Peter Freyther1-5/+20
2010-03-22ipa-firmware: Look at the table offsetHolger Hans Peter Freyther1-0/+7
2010-03-22ipa-firmware: Warn/Exit when the required ids can not be found.Holger Hans Peter Freyther1-5/+13
2010-03-22ipa-firmware: Remove dummy check...Holger Hans Peter Freyther1-3/+0
2010-03-22ipa-firmware: The more_more_magic is to indicate the payloadHolger Hans Peter Freyther1-4/+0
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte4-10/+11
2010-01-10fix ipaccess-config, call missing nanobts initializationHarald Welte1-0/+1
2010-01-07bis_nm_ipaccess_set_nvattr() executes on a TRX, not a BTSHarald Welte1-4/+4
2009-12-30[ipaccess] Remove some code duplication in the recently added firmware flashing.Holger Hans Peter Freyther1-14/+17
2009-12-30[abis] Dispatch a IPAC restart ACK/NACK signalHolger Hans Peter Freyther1-0/+8
2009-12-30[ipaccess] Restart only after setting the OML IP, software loadHolger Hans Peter Freyther1-8/+22
2009-12-30[ipaccess] Make SW activation work by filling out sw_load1 and sw_load2Holger Hans Peter Freyther1-0/+55
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 Freyther2-74/+71
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 Freyther1-7/+14
2009-12-30[ipaccess] Change the name to be slightly better..Holger Hans Peter Freyther1-2/+2
2009-12-30[ipaccess] Expose the sub header list as well..Holger Hans Peter Freyther1-15/+25
2009-12-30[ipaccess] Turn firmware parsing into a routine so it can be usedHolger Hans Peter Freyther1-71/+39
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 Freyther1-0/+13
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-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-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 Freyther1-0/+4
2009-12-28[ipaccess] Start flashing once the BTS has started enough...Holger Hans Peter Freyther1-15/+16
2009-12-28[ipaccess] Add firmware download option to ipaccess-configHolger Hans Peter Freyther1-1/+70
2009-12-27[ipaccess] Verify the size part of the headerHolger Hans Peter Freyther1-0/+12
2009-12-24properly check for EAGAIN in recv() callsHarald Welte1-3/+3
2009-12-24if we recv() from an abis-ip socket, don't consider -EAGAIN an errorHarald Welte1-2/+4
2009-12-24[ipaccess] Move ipaccess utilities into a dedicated subdirectoryHolger Hans Peter Freyther4-0/+1820