aboutsummaryrefslogtreecommitdiffstats
path: root/src/abis_nm.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-18add some more BS11 specific OML definitions Harald Welte1-1/+1
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-3/+5
2009-01-04Add some functions to CREATE OBJECTs in the BS-11 internal databaseHarald Welte1-0/+39
2009-01-03define and use enum values for BS11 (or Siemens?) specific OML message typesHarald Welte1-3/+3
2009-01-03use NM_MT_* enum instead of hard-coded valuesHarald Welte1-2/+2
2008-12-26working state up to location update and classmark inquiryHarald Welte1-9/+12
2008-12-26this is the first version that actually talks to the BTSHarald Welte1-5/+11
2008-12-25no reasonable commit message possible. tons of changes of the last 2 daysHarald Welte1-24/+34
2008-12-23initial commit of current OpenBSC stateHarald Welte1-0/+419