aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-31[GPRS] Implement TMSI reallocation and timers 3350 + 3370Harald Welte3-38/+177
2010-05-31[GPRS] BSSGP: Fix way too long TLLI debug lineHarald Welte1-1/+1
2010-05-31[GPRS] BSSGP: More verbose debug log / error reportingHarald Welte1-34/+86
2010-05-31VTY: properly exit from OML_NODEHarald Welte1-0/+10
2010-05-31[GPRS] BSSGP: When we receive a BLOCK, we should not respond with UNBLOCK-ACKHarald Welte1-2/+1
2010-05-31OML: Introduce minimal VTY command set to interact with OML managed objectsHarald Welte5-20/+224
2010-05-31VTY: libosmocore >= 0.1.9 doesn't define BSC specific VTY nodes anymoreHarald Welte2-1/+16
2010-05-31ipaccess-config: More verbose help messageHarald Welte1-9/+9
2010-05-31[bsc_hack] Call handle_options before bootstrapping the networkHolger Hans Peter Freyther1-3/+3
2010-05-31[rsl] Introduce an error state for the lchan and set it on releaseHolger Hans Peter Freyther3-9/+48
2010-05-31[rsl] Implement the T3111 timer to delay the RF Channel releaseHolger Hans Peter Freyther3-5/+17
2010-05-31[rsl] Check the assumption that RF Channel Release is sent during releaseHolger Hans Peter Freyther1-0/+6
2010-05-31[rsl] Move rf channel release scheduling to a new methodHolger Hans Peter Freyther1-8/+10
2010-05-31[GPRS] Make sure SI13 rest octets look like those of the ip.access BSCHarald Welte2-9/+17
2010-05-31[GPRS] NS: Fix GRE keepalive response in FR-GRE encapsulationHarald Welte1-2/+2
2010-05-30[GPRS] BSSGP: Acknowledge all SUSPEND and RESUME requestsHarald Welte1-0/+103
2010-05-30[GPRS] LLC: Increment V(U) and N(U)Harald Welte2-3/+10
2010-05-30[GPRS] GMM: Add some FIXME's to the codeHarald Welte1-0/+3
2010-05-30[GPRS] NS: correctly pass the NS payload length to the TLV parserHarald Welte1-7/+9
2010-05-28[GPRS] NS: Don't hand Frame Relay LMI packets into the NS codeHarald Welte1-5/+15
2010-05-28[GPRS] NS: Respond to GRE keepalive messagesHarald Welte1-1/+67
2010-05-28[GPRS] NS: Frame Relay DLCI for PVC from 16-1007Harald Welte1-1/+1
2010-05-28[GPRS] NS: Print error message if TLV parser fails for some reasonHarald Welte1-0/+22
2010-05-28[GPRS] NS: Start TEST procedure, not ALIVE procedure, on RESET/RESET_ACKHarald Welte1-2/+3
2010-05-28fix typo in gb-proxy-unblock-bug.pyHarald Welte1-1/+1
2010-05-28remove libosmocore from openbsc.gitHarald Welte80-18030/+0
2010-05-28gprs: Subtract the headroom for what we can receiveHolger Hans Peter Freyther1-1/+1
2010-05-28gprs: Simplify test case code..Holger Hans Peter Freyther1-18/+17
2010-05-28gprs: Add reset procedure example...Holger Hans Peter Freyther1-0/+59
2010-05-27VTY: Remove some more SUBSCR_NODE related codeHarald Welte1-5/+0
2010-05-27VTY: Fix segfault during 'write file' from vtyHarald Welte1-0/+9
2010-05-27VTY: Fix help for 'subscriber .... a3a8' commandHarald Welte1-2/+2
2010-05-27VTY: Unify Subscriber functions, remove SUBSCR_NODEHarald Welte1-122/+95
2010-05-26Add ARFCN range check for GSM 850 bandHarald Welte1-0/+8
2010-05-25add gprs_ns_frgre.h to Makefile.amHarald Welte1-1/+2
2010-05-25Merge commit '237f6241f2b91a81b928ce4e3fc1364f61f11eaa'Harald Welte29-21/+7016
2010-05-25[VTY] use new struct vty_app_info in libvtyHarald Welte4-4/+40
2010-05-25Migrate VTY code to libosmovtyHarald Welte37-6948/+97
2010-05-25[VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte4-19/+22
2010-05-25rename log_info to osmo_log_info to avoid namespace clash with appHarald Welte2-17/+17
2010-05-25fix typo resultin in dist/distcheck problemHarald Welte1-1/+1
2010-05-25Add pkgconfig for libosmovtyHarald Welte3-1/+13
2010-05-25make sure we actually install the vty headersHarald Welte1-2/+4
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte20-2/+6893
2010-05-25[GPRS] NS: Always generate LOG_INFO message when we block NS-VCHarald Welte1-0/+5
2010-05-25[GPRS] Use new 'encapsulation udp local-port 23000' in osmo_sgsn.cfgHarald Welte1-1/+1
2010-05-23gprs: Cast the lh to uint_8* and make the other method non-constHolger Hans Peter Freyther1-2/+2
2010-05-23gprs: make gprs_llc_hdr_dump return void.Holger Hans Peter Freyther1-1/+1
2010-05-23gprs_llc.c: memset the llhp struct to be sure it is initialized.Holger Hans Peter Freyther1-0/+1
2010-05-23gb_proxy_vty.c: Remove variable that appears to be unusedHolger Hans Peter Freyther1-2/+0