aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-12-23GPRS/GMM: Correctly look up MM Context in RA UpdateHarald Welte2-1/+19
2010-12-23GPRS: enhance msgb headroom/tailroom for SGSN (GMM)Harald Welte1-2/+2
2010-12-23More verbose logging of authentication internalsHarald Welte1-17/+21
2010-12-23IMM ASS REJ: Actually add t3122 parsing to vty codeHarald Welte1-0/+1
2010-12-23Authentication: use ENUM instead of magic numbersHarald Welte3-5/+13
2010-12-23Use 04.08 IMM ASS REJECT in case we run out of channelsHarald Welte3-1/+45
2010-12-23Dynamic PDC: Add VTY comand 'bts N trx M timeslot O pdch [de]activate'Harald Welte1-0/+52
2010-12-23Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslotHarald Welte2-10/+14
2010-12-22gsm48: Release the LU procedure only after the TMSI REALL_COMPLHolger Hans Peter Freyther1-2/+6
2010-12-22MNCC: introduce mncc_upq_enqueue() wrapper around msgb_enqueue()Harald Welte4-3/+9
2010-12-22mnccc.c: Add 2 line header describing what this file is all aboutHarald Welte1-0/+3
2010-12-22gsm48: Use NULL instead of 0 for pointers in C.Holger Hans Peter Freyther1-1/+1
2010-12-22rsl: Remove unimplemented/unused rsl_paging_cmd_subscrHolger Hans Peter Freyther2-14/+0
2010-12-22misc: Remove gsm_subscriber.h from the db.h fileHolger Hans Peter Freyther3-1/+10
2010-12-22misc: Reorder includes, move osmocore to the endHolger Hans Peter Freyther1-1/+2
2010-12-22misc: Remove gsm_subscriber.h include to reduce dependencies.Holger Hans Peter Freyther2-2/+2
2010-12-22misc: Include abis_rsl.h to remove some compiler warningsHolger Hans Peter Freyther3-0/+4
2010-12-21gsm48_tx_release_compl(): Don't use transaction after trans_free()Harald Welte1-1/+4
2010-12-21ts: Reduce the delay to 0 for OML and RSLHolger Hans Peter Freyther1-2/+2
2010-12-21ts Make the e1inp_ts delay configurableHolger Hans Peter Freyther5-2/+14
2010-12-21abis_nm: Band aid on OML initialisation by queuing messagesHolger Hans Peter Freyther5-8/+81
2010-12-21oml: In case we get a NACK, drop the OML connection and hope for the bestHolger Hans Peter Freyther1-0/+11
2010-12-21oml: Another band aid for reliable BTS init...Holger Hans Peter Freyther1-2/+2
2010-12-21test: Make it compile but it is segfaulting on start nowHolger Hans Peter Freyther1-0/+2
2010-12-21ho: On ho failure clear the subscriber connectionHolger Hans Peter Freyther1-0/+2
2010-12-21ho: Make this allocation a child of the BSC talloc contextHolger Hans Peter Freyther1-1/+1
2010-12-15bsc_vty: Fix unknown 'use-dtx' config parser errorHarald Welte1-1/+1
2010-12-15osmo-bsc: Make it compile against paging_request_stop() api changeHarald Welte1-1/+1
2010-12-14bs11_config: more verbose output of ACK/NACK responsesHarald Welte1-0/+15
2010-12-14bs11_config: fix help message about multi-drop (not 'port')Harald Welte1-2/+2
2010-12-14bs11_config: update copyright statementHarald Welte1-2/+2
2010-12-14bs11_config: show the BPORT0 / BPORT1 configuration in 'query'Harald Welte3-0/+40
2010-12-14bs11_config: Add option to set BPORT1 in multi-drop modeHarald Welte1-0/+7
2010-12-12Add mandatory routeing area IE to SUSPEND-NACKDieter Spaar1-1/+5
2010-12-01include: Add proper predeclaration for struct in mncc.hSylvain Munaut1-0/+3
2010-12-01include: Small fixes to gsm_data.hSylvain Munaut1-2/+3
2010-12-01include: Add proper predeclaration for struct in system_information.hSylvain Munaut1-0/+3
2010-12-01include: Add proper predeclaration for struct in abis_rsl.hSylvain Munaut1-0/+5
2010-12-01paging: Dispatch the SS_PAGING signals at the MSC code levelSylvain Munaut3-14/+13
2010-12-01auth/ciph: Enable securing of channel directly after paging responseSylvain Munaut1-3/+55
2010-12-01gsm_04_08: Make gsm48_secure_channel available globallySylvain Munaut1-2/+2
2010-12-01gsm_04_08: Use subscr_get_channel instead of directly paging_requestSylvain Munaut1-3/+4
2010-12-01paging: Give the msgb that caused paging_stop up to the paging callbackSylvain Munaut4-8/+11
2010-12-01gsm_subscriber: Move the get_channel/put_channel logic in MSC partSylvain Munaut2-128/+134
2010-12-01gsm_04_08: Don't set ciphering manually but call gsm0808_cipher_modeSylvain Munaut1-10/+4
2010-12-01bsc: Allow to configure Optional Cell Selection params from vtySylvain Munaut3-0/+114
2010-11-26bsc: Add a command to set the ussd_welcome_textHolger Hans Peter Freyther1-0/+17
2010-11-26mid-call: Do not lose the first word of the messageHolger Hans Peter Freyther1-1/+1
2010-11-26mid-call: Make the mid-call behavior the default for switching things offHolger Hans Peter Freyther1-20/+34
2010-11-26mid-call: Implement a timer to go from grace to off.Holger Hans Peter Freyther2-7/+43