aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-09Move many counters from BSC-global to per-BTS granularityHarald Welte5-24/+32
2017-12-01cosmetic: use fsm pointer from parameter listPhilipp Maier1-39/+31
2017-12-01cosmetic: correct sourcecode formattingPhilipp Maier1-1/+2
2017-12-01cosmetic: add missing log prefixPhilipp Maier1-6/+6
2017-12-01cosmetic: do not cast void pointerPhilipp Maier1-5/+5
2017-12-01cosmetic: remove duplicate loggingPhilipp Maier1-24/+2
2017-12-01mgcp: do not fail silently on snprintf()Philipp Maier1-2/+1
2017-12-01mgcp: add missing switch casePhilipp Maier1-0/+8
2017-12-01mgcp: use mgw assigned connection identifiersPhilipp Maier1-11/+14
2017-12-01mgcp: use hexadecimal digits in endpoint namesPhilipp Maier1-1/+1
2017-11-30auth: remove obsolete VTY commandsPhilipp Maier2-18/+0
2017-11-30sccp-lite: remove obsolete VTY commandsPhilipp Maier1-43/+0
2017-11-30bssap: remove libosmo-legacy-mgcp dependancyPhilipp Maier1-4/+15
2017-11-29HO prep: pass gsm_network to gsm_bts_alloc() alreadyNeels Hofmeyr2-3/+4
2017-11-29cosmetic: handover.h: use "#pragma once", declare structs, commentsNeels Hofmeyr1-0/+2
2017-11-29compiler warnings: constify in abis_nm.cNeels Hofmeyr1-4/+5
2017-11-29compiler warnings: drop some unused variablesNeels Hofmeyr2-4/+0
2017-11-29cosmetic: mark gsm_objclass2mo as staticMax1-1/+1
2017-11-29cosmetic: tighten function type signaturesMax2-9/+9
2017-11-29cosmetic: bsc_vty: Document bvci reserved valuesPau Espin Pedrol1-0/+1
2017-11-29cosmetic: bsc_vty: Fix trailing whitespacePau Espin Pedrol1-2/+2
2017-11-29auth: remove obsolete VTY commandsPhilipp Maier4-57/+0
2017-11-29cosmetic: remove obsolete ROLE_BSCMax1-13/+0
2017-11-29OML: consider administrative state when reportingMax2-2/+7
2017-11-24vty: Add cmd to configure 3g Early Classmark SendingPau Espin Pedrol4-3/+31
2017-11-24Use type bool for boolean fields in gsm48_si_ro_infoPau Espin Pedrol1-7/+7
2017-11-23bsc filter: don't ignore imsi-allow on "global" filter levelNeels Hofmeyr1-3/+7
2017-11-21bsc_init: fix Werror: define rc for 2quater with si2q_count == 0Neels Hofmeyr1-0/+1
2017-11-20reset: remove name variable from reset contextPhilipp Maier1-8/+9
2017-11-12osmo-bsc: Print NOTICE message on unimplemented BSSMAP UDTHarald Welte1-0/+4
2017-11-12mgcp: remove unused variablePhilipp Maier1-4/+0
2017-11-12mgcp: add missing out statePhilipp Maier1-1/+1
2017-11-12cosmetic: replace term MGCP-GW with MGWPhilipp Maier1-7/+7
2017-11-12cosmetic: reorder case listPhilipp Maier1-2/+2
2017-11-10use osmo_sccp_inst_addr_name() instead of looking up ss7Neels Hofmeyr1-8/+4
2017-11-09osmo-bsc vty: be fatal for addressbook entry errorsNeels Hofmeyr1-10/+8
2017-11-09osmo-bsc: SCCP addrs: default only if unset, reject invalidNeels Hofmeyr1-32/+25
2017-11-09osmo-bsc RESET FSM: use distinct struct namesNeels Hofmeyr1-10/+10
2017-11-07mgcp: use osmo-mgw to switch RTP streamsPhilipp Maier8-65/+1252
2017-11-07bssap: paging: page entire BSS for unimplemented cell id listNeels Hofmeyr1-9/+39
2017-11-02Check OML state per-BTSMax2-9/+9
2017-11-01vty: skip installing cmds now always installed by defaultNeels Hofmeyr6-12/+0
2017-10-28Don't link osmo-bsc_nat against libosmoabisHarald Welte1-2/+0
2017-10-28osmo-bsc_nat: Don't link against libosmonetifHarald Welte1-2/+0
2017-10-26log: output hexdump of transmitted sccp messagesPhilipp Maier1-2/+2
2017-10-26log: log the sccp message type of messages sentPhilipp Maier1-0/+16
2017-10-24Rename osmo_fsm to avoid illegal space in name + more meaningful nameHarald Welte2-4/+4
2017-10-24osmo-bsc: Initialize logging before initializing rate_ctrHarald Welte1-3/+3
2017-10-23bsc_vty: Improve description of mid-call-text cmdPau Espin Pedrol1-1/+2
2017-10-23libbsc: Use correct printf formatting for uint64_tPau Espin Pedrol1-4/+4