aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-20[vty] Add option to disable RF on a given TRX.Holger Hans Peter Freyther1-0/+10
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
2009-10-05[ipaccess] Add nanoBTS 1900 supportMike Haben1-2/+1
2009-10-01[ipaccess] Parse Software Activate parametersMike Haben1-3/+25
2009-08-15move talloc context creation out of on_dso / constructorsHarald Welte (local)1-8/+1
2009-08-10move chcomb4pchan to public abis_nm_chcomb4pchan() functionHarald Welte1-0/+17
2009-08-10Add {create, delete}-bport1 and bport0-{star, multidrop} to bs11-configDaniel Willmann1-2/+29
2009-08-09verify bs11 channel combination constraintsHarald Welte1-0/+62
2009-08-08implement nanoBTS frequency error testHarald Welte1-0/+31
2009-08-06add function for performing 'CONNECT MULTI-DROP LINK" as per GSM 12.21Harald Welte1-0/+29
2009-08-06add more ip.access attribute TLV definitionsHarald Welte1-4/+33
2009-08-06use talloc_free() rather than free()Harald Welte1-2/+2
2009-07-28move allocation of talloc contexts into link-time constructorHarald Welte1-4/+7
2009-07-21use the TSC that is configured in bts->tsc rather than hardcoded valueHarald Welte1-1/+1
2009-07-12add more ipaccess 12.21 object classes, NSVC only exists onceHarald Welte1-4/+2
2009-07-12more ip.access abis_nm attributesHarald Welte1-8/+8
2009-07-08ipacess-config: Handle NVATTR NACKs in ipaccess-configHolger Hans Peter Freyther1-0/+12
2009-07-03add more TLV parser definitiosn for IPA NM attributesHarald Welte1-2/+13
2009-07-03add code to ipaccess-config set nanoBST NVRAM attributesHarald Welte1-0/+12
2009-06-26use taloc_zero() rather than talloc() and explisit memset()Harald Welte1-2/+1
2009-06-26use named variant when allocating msgb'sHarald Welte1-1/+2
2009-06-26Merge branch 'master' into tallocHarald Welte1-1/+1
2009-06-26fix typosHarald Welte1-1/+1
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-8/+8
2009-06-20introduce talloc all over OpenBSCHarald Welte1-2/+9
2009-06-12abis_nm: fix printing of ADMinistrative stateHarald Welte1-1/+1
2009-06-10[o&m] Dispatch a signal for nacked O&M messagesHolger Hans Peter Freyther1-0/+3
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+2332