aboutsummaryrefslogtreecommitdiffstats
path: root/src/abis_nm.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28* give Siemens ObjClass reasonable names rather than A3/A5/A6Harald Welte1-15/+66
2009-05-23Some messages have one or two length-value information elements. The isHarald Welte1-1/+1
2009-05-21Fix compilation issues on OS X - mainly #include file changes (Lars Immisch)Harald Welte1-1/+1
2009-05-17dump CCLK accuracy/type as part of bs11_config queryHarald Welte1-0/+17
2009-05-01abis_nm: print some information about failure event report type / severityHarald Welte1-1/+58
2009-05-01remove misleading debug messagesHarald Welte1-1/+7
2009-05-01send a signal for every software activation or failure event reportHarald Welte1-0/+3
2009-05-01make sure all REPORT type messages have debug statements printing object clas...Harald Welte1-7/+9
2009-05-01abis_nm wants to use bts->bts_nr (the number of the BTS in the OML link) ratherHarald Welte1-2/+2
2009-05-01fix compiler warnings in abis_nm.cHarald Welte1-6/+12
2009-05-01abis_nm: print the NACK cause in human readable form Harald Welte1-4/+71
2009-04-30fix missing \n at end of debug statementHarald Welte1-2/+3
2009-04-30functionality to set nanoBTS NVRAM attributes and to restart BTSHarald Welte1-3/+30
2009-04-29Add some more ip.access specific OML attributes/messages. In this case it is Harald Welte1-0/+2
2009-04-29bs11_config: print PLL 'work' and 'set' values during queryHarald Welte1-2/+3
2009-04-29read the PLL config as part of the bs11_config 'query' commandHarald Welte1-0/+16
2009-04-29make "PLL mode" setting actually work rather than segfaultHarald Welte1-2/+8
2009-04-28Add bs11_config commands to set the PLL mode from E1_LOCKED to STANDALONEHarald Welte1-0/+16
2009-03-10export nm_*_name() functions to get operational and availability state to str...Harald Welte1-5/+5
2009-02-22Add LMT event parsingHarald Welte1-1/+30
2009-02-21* set OML TEI and E1 timeslot in one commandHarald Welte1-17/+6
2009-02-19use new gsm_ts_name() funciton from debug statemens everywhereHarald Welte1-3/+3
2009-02-19add various BS11 management related abis_nm functionsHarald Welte1-2/+90
2009-02-18* support BS11 specific IE types in abis_nmHarald Welte1-4/+10
2009-02-18fix the parsing of the 'normal' availability statusHarald Welte1-1/+6
2009-02-18CONNECT TERRESTRIAL TRAFFIC needs to be in the CHANNEL object class in order ...Harald Welte1-1/+5
2009-02-17add parsing for ip.access vendor specific NM messagesHarald Welte1-3/+75
2009-02-15Add support for ip.access RSL link on port 3003Harald Welte1-6/+65
2009-02-15* extend TLV parser to use a list of TLV type descriptionsHarald Welte1-18/+310
2009-02-14[nm] Fix the ObjectClass for Set Channel AttributeHolger Freyther1-1/+1
2009-02-14* add comments for SET BTS ATTR and SET RADIO CARRIER ATTRHarald Welte1-4/+54
2009-02-13* more extensive A-bis OML supportHarald Welte1-4/+125
2009-02-09* always use bts->c0 as msg->trx for OML messagesHolger Freyther1-0/+2
2009-02-09* remove excessive debug output during software loadHarald Welte1-3/+0
2009-02-06[bs11-config] Really force the software uploadHolger Freyther1-6/+16
2009-02-06* implement some simplistic OML EVENT STATE CHANGE REPORT parsingHarald Welte1-6/+50
2009-02-05introduce abis_nm_bs11_restart() functionHarald Welte1-0/+6
2009-02-02* fix warnings while compiling abis_nm.cHarald Welte1-2/+4
2009-02-02add limits.h for PATH_MAXHarald Welte1-0/+1
2009-02-01* add abis_nm_software_load_status() to header fileHarald Welte1-14/+42
2009-02-01* add more detailed status printout to bs11_configHarald Welte1-5/+49
2009-02-01* rename NM_MT_BS11_LOGOFF to NM_MT_BS11_LMT_LOGOFFHarald Welte1-6/+269
2009-01-29* Use new NM_ATT_BS11 definitions instead of magic numbersHarald Welte1-4/+7
2009-01-29Fix end-of-software_load detection (send segment with window number 0, wait f...Harald Welte1-8/+54
2009-01-29* Fix BS11 software download routines in abis_nm.cHarald Welte1-17/+25
2009-01-28fix off-by-one error in BS11 factory logon commandHarald Welte1-1/+1
2009-01-18Implementation of GSM12.21 LOAD SOFTWARE (BS11 dialect thereof)Harald Welte1-14/+300
2009-01-18abis_nm: use correct length in 08.59 OML header for all messagesHarald Welte1-14/+9
2009-01-18abis_nm: more BS11 specific messages for configurationHarald Welte1-11/+44
2009-01-18* prefix all BS11 specific OML functions with proper nameHarald Welte1-6/+77