aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_vty.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-24subscr: Introduce VTY option to keep subscribers in ram.Holger Hans Peter Freyther1-0/+14
2010-12-24Fix some stupid typos resulting in compile errors.Harald Welte1-2/+2
2010-12-24BSC VTY: Fix off-by-one / segfault in 'show bts NR'Harald Welte1-1/+1
2010-12-24BTS VTY: Order bts-trx-ts-lchan in 'show lchan'Harald Welte1-9/+7
2010-12-24BSC VTY: Print the current mode of a dynamic TCH/F / PDCHHarald Welte1-2/+6
2010-12-24BSC VTY: Change order of elements in 'show timeslot' commandHarald Welte1-2/+2
2010-12-24BSC VTY: Remove extraneous 'else' from write_ts_single()Harald Welte1-1/+1
2010-12-24BSC VTY: Fix 'show timeslot' command if BTS and/or TRX are specifiedHarald Welte1-5/+25
2010-12-23IMM ASS REJ: Actually add t3122 parsing to vty codeHarald Welte1-0/+1
2010-12-23Use 04.08 IMM ASS REJECT in case we run out of channelsHarald Welte1-0/+2
2010-12-23Dynamic PDC: Add VTY comand 'bts N trx M timeslot O pdch [de]activate'Harald Welte1-0/+52
2010-12-15bsc_vty: Fix unknown 'use-dtx' config parser errorHarald Welte1-1/+1
2010-12-01bsc: Allow to configure Optional Cell Selection params from vtySylvain Munaut1-0/+108
2010-11-26vty: For ipaccess we will dump if the OML connection is presentHolger Hans Peter Freyther1-2/+6
2010-11-15ipaccess: Fix dropping the OML/RSL connection.Holger Hans Peter Freyther1-4/+3
2010-11-15paging: Move the paging data into the paging.hHolger Hans Peter Freyther1-0/+1
2010-10-26[vty] First set of fixes for the oml/rsl con droppingHolger Hans Peter Freyther1-4/+7
2010-10-26[vty] Add ipa specific command to provoke failures to test OML/RSL reconnectHolger Hans Peter Freyther1-0/+50
2010-10-12misc: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther1-10/+2
2010-10-05[VTY] T3212 scaling is 6 minutesDieter Spaar1-2/+2
2010-09-06[paging] Only page if we have some free channels right nowHolger Hans Peter Freyther1-0/+16
2010-09-06vty: Fix build due to merge issue.Holger Hans Peter Freyther1-0/+1
2010-09-06chan: Add configuration to handle paging any with TCHHolger Hans Peter Freyther1-0/+14
2010-09-06chan: Store the to be assigned channel type in the GSM Network.Holger Hans Peter Freyther1-0/+1
2010-09-06bsc_init: Allow DTXu and enable DTXd on RSL (experimental)Holger Hans Peter Freyther1-0/+12
2010-07-30[BSC] use correct 0x2B padding for user-specified SIHarald Welte1-0/+4
2010-07-30[BSC] Add support for configfile-hardcoded System Information messagesHarald Welte1-0/+99
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-2/+2
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther1-3/+4
2010-06-20[BSC] Make sure we only enable hopping on BTS that support itHarald Welte1-1/+8
2010-06-20[BSC] introduce the concept of 'BTS features'Harald Welte1-1/+15
2010-06-20[BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte1-10/+40
2010-06-20unfinished support for hopping channelsHarald Welte1-0/+59
2010-05-31OML: Introduce minimal VTY command set to interact with OML managed objectsHarald Welte1-0/+2
2010-05-31[rsl] Implement the T3111 timer to delay the RF Channel releaseHolger Hans Peter Freyther1-1/+1
2010-05-27VTY: Fix segfault during 'write file' from vtyHarald Welte1-0/+9
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-4/+5
2010-05-16VTY: separate VTY logging commands and OpenBSC node exit codeHarald Welte1-1/+21
2010-05-16VTY: rename vty_interface.c to bsc_vty.cHarald Welte1-0/+2116