aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-23[sw_load] It turns out there is a header that needs to be readHolger Hans Peter Freyther1-2/+10
2009-12-23[sw_load] For the nanoBTS just open the firmwareHolger Hans Peter Freyther1-0/+11
2009-12-21[abis] Do not access an array with N elements at index NHolger Hans Peter Freyther1-3/+3
2009-12-21[abis] Properly compare obj_inst->trx_nr to bts->num_trxHolger Hans Peter Freyther1-2/+2
2009-12-17logging: introduce log levels at caller siteHarald Welte1-8/+8
2009-12-06remove execute permission from abis_nm.cHarald Welte1-0/+0
2009-12-02ip.access: add nanoBTS channel combination constraintsHarald Welte1-1/+79
2009-11-24[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther1-0/+13
2009-11-17[abis_nm] avoid integer-to-pointer casting and associated gcc warningsHarald Welte1-2/+2
2009-11-13[OML] don't hexdump bcch infoHarald Welte1-2/+0
2009-11-13[OML] fix bugs in BCCH info parser for ip.accessHarald Welte1-3/+5
2009-11-13[OML] more verbose error reporting in case object instance unknownHarald Welte1-7/+21
2009-11-13[ip.access] Parse cell global ID as part of BCCH infoHarald Welte1-2/+21
2009-11-12ip.access: Introduce parser function for BCCH Info test resultHarald Welte1-0/+102
2009-10-27abis_nm.c: Remove duplicate entry from the tableHolger Hans Peter Freyther1-1/+0
2009-10-24[GPRS] introudce PDCH and PDCH/TCH physical channelsHarald Welte1-0/+2
2009-10-24[OML] Add support for ip.access SET ATTRIBUTE messageHarald Welte1-0/+9
2009-10-24[GPRS] add data structures for OML of NSE,CELL,NSVCEHarald Welte1-0/+22
2009-10-22Fix compiler warning. 0 does not work on stringsHolger Hans Peter Freyther1-1/+1
2009-10-20[abis_nm] introduce debugp_foh() function for object class printingHarald Welte1-15/+17
2009-10-19[abis_nm] print ip.access TCP port in correct byte orderHarald Welte1-1/+1
2009-10-19[abis_nm] print ip.access stream_id in RSL connect ackHarald Welte1-0/+3
2009-10-19[abis_nm] introduce and use abis_nm_ipaccess_rsl_connect()Harald Welte1-1/+29
2009-10-19[abis_nm]: Print Object Class of ip.access messagesHarald Welte1-0/+5
2009-10-08[abis_nm] print object class/instance for NACKHarald Welte1-2/+8
2009-10-08[abis_nm]: print ip.access SET ATTR [N]ACKHarald Welte1-0/+11