aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-03re-structure the OpenBSC directory layoutHarald Welte1-3126/+0
2011-02-24oml: Parse probable cause and additional text in failure reportsDieter Spaar1-0/+14
2011-02-19Fix various compiler warnings all over the codeHarald Welte1-2/+1
2011-02-14OM2000: Route outgoing NM message depending on MOHarald Welte1-2/+2
2011-02-11[BSC] Move the BTS-type specific code from bcs_init.c to bts_*.cHarald Welte1-9/+16
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-21abis_nm: Band aid on OML initialisation by queuing messagesHolger Hans Peter Freyther1-8/+68
2010-12-14bs11_config: show the BPORT0 / BPORT1 configuration in 'query'Harald Welte1-0/+14
2010-07-30network-listen: The BSIC flag is not set as expectedHarald Welte1-0/+3
2010-07-22[ipaccess-config] fix bugs in generating the PHYSICAL CONFIG attributeHarald Welte1-1/+2
2010-07-22[abis_nm] fix 2 bugs in parsing IPA Test response messagesHarald Welte1-2/+2
2010-07-22ipaccess-config / network listen: ordered list of RxLevelsHarald Welte1-15/+9
2010-07-22move ip.access netowrk listen (NWL) to network_listen.cHarald Welte1-1/+1
2010-07-14abis_nm: Create a signal data structure for the NACK messageHolger Hans Peter Freyther1-1/+4
2010-06-21abis_nm.c: Reading the in_addr can lead to unaligned memory accessHolger Hans Peter Freyther1-4/+7
2010-06-20[BSC] NM: Correct treatment of ARFCN_LIST for BS-11laforge1-1/+5
2010-06-20[BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte1-3/+15
2010-06-20unfinished support for hopping channelsHarald Welte1-6/+5
2010-05-31OML: Introduce minimal VTY command set to interact with OML managed objectsHarald Welte1-19/+18
2010-05-13sw_load: Specify the trx_nr for the software loadHolger Hans Peter Freyther1-5/+7
2010-05-13ipaccess: Send the reset to the BASEBAND_TRANSC and supply TRXHolger Hans Peter Freyther1-4/+11
2010-05-13abis: Pass the abis_om_obj_inst in the nm_state_event..Holger Hans Peter Freyther1-2/+2
2010-04-12abis_nm: Fix ACTIVATE SW parametersSylvain Munaut1-12/+49
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-13/+13
2010-03-25increase the use of 'struct value_string' in abis_nm and gsm_dataHarald Welte1-164/+131
2010-03-22Create new gprs-conf branch with the non-SGSN part of the gprs branchHarald Welte1-12/+10
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-3/+3
2010-01-10[OML] parse attributes depending on BTS typeHarald Welte1-81/+12
2010-01-07bis_nm_ipaccess_set_nvattr() executes on a TRX, not a BTSHarald Welte1-3/+3
2010-01-07[abis_nm] Add abis_nm_bs11_set_pll function to change the set/work valueDaniel Willmann1-0/+21
2010-01-07[abis_nm] Add abis_nm_bs11_infield_logon to logon as user fieldDaniel Willmann1-0/+5
2010-01-07[abis_nm] Add generic abis_nm_bs11_logon functionDaniel Willmann1-5/+8
2010-01-07abis_nm: Consider a STATE CHG without avail_status as an empty avail_statusSylvain Munaut1-1/+2
2010-01-03abis_nm: Introduce & use a nm_is_running function to test gsm_nm_stateSylvain Munaut1-0/+7
2009-12-31[misc] Utilize rf_locking by setting the nm_state.administrativeHolger Hans Peter Freyther1-3/+8
2009-12-30[abis] Refactor sw descr generation to a new methodsHolger Hans Peter Freyther1-25/+18
2009-12-30[abis] Dispatch a IPAC restart ACK/NACK signalHolger Hans Peter Freyther1-0/+6
2009-12-30[ipaccess] Restart only after setting the OML IP, software loadHolger Hans Peter Freyther1-2/+7
2009-12-30[abis] Add ACK signal and send it on SET NVATTR ACKHolger Hans Peter Freyther1-0/+3
2009-12-28[ipaccess] Handle LoadAbort coming from the BTS.Holger Hans Peter Freyther1-0/+6
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
2009-12-24[logging] differentiate DEBUG, NOTICE and ERROR log levels in NM and RSLHarald Welte1-15/+13
2009-12-24use enum for operational stateHarald Welte1-3/+3