aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2017-07-22vty: Fixup sccp/ss7 configurationPhilipp Maier2-62/+31
2017-07-10cosmetic: tweak error log in osmo_bsc_sigtran_init()Neels Hofmeyr1-2/+4
2017-07-03osmo-bsc change bsc_handle_dt1() to bsc_handle_dt()Philipp Maier2-3/+3
2017-07-03osmo-bsc: fix sccp name stringPhilipp Maier1-1/+1
2017-07-03osmo-bsc/sigtran: add missing constPhilipp Maier1-11/+11
2017-07-03osmo-bsc: add missing commentPhilipp Maier1-0/+1
2017-07-03osmo-bsc: add missing assertionPhilipp Maier1-0/+1
2017-06-30osmo-bsc: use better msc identifierPhilipp Maier2-9/+15
2017-06-30osmo-bsc: fix typoPhilipp Maier1-2/+2
2017-06-30osmo-bsc: vty: fix error messagePhilipp Maier1-2/+2
2017-06-30osmo-bsc: rename calling_addr to msc_addrPhilipp Maier1-6/+6
2017-06-30osmo-bsc: change calling/called addr in VTYPhilipp Maier1-24/+24
2017-06-30osmo-bsc: change calling/called_addr variable namesPhilipp Maier2-16/+16
2017-06-30osmo-bsc: check configured sccp addresses before startPhilipp Maier1-2/+24
2017-06-30osmo-bsc: make sure only default SSNs are usedPhilipp Maier2-2/+21
2017-06-30cosmetic: fix typo in log outputPhilipp Maier2-3/+3
2017-06-30osmo-bsc: only clear connections of a specific MSCPhilipp Maier1-4/+17
2017-06-30osmo-bsc: Make SCCP-Addresses configurable via VTYPhilipp Maier4-41/+125
2017-06-30reset: fix allocation and add deallocator for reset procedurePhilipp Maier2-11/+8
2017-06-23osmo_bsc_main: use osmo_sccp_make_addr_pc_ssn() for SCCP addressesNeels Hofmeyr1-8/+4
2017-06-23AoIP+3G: use one common SCCP client for A and IuCSNeels Hofmeyr1-1/+1
2017-06-23apply function renames in merged libosmocore patchesNeels Hofmeyr2-2/+2
2017-06-18osmo-bsc: react on reset requests from MSCPhilipp Maier2-5/+43
2017-06-18libcommon-cs: genralize a interface reset fsmPhilipp Maier4-205/+23
2017-06-18sccp-lite: remove old sccp-lite codePhilipp Maier2-350/+0
2017-06-18osmo-bsc: Send USSD notification when an MSC loss is detectedPhilipp Maier1-0/+22
2017-06-18osmo-bsc: Handle RESET/RESET-ACK properlyPhilipp Maier4-52/+272
2017-06-18sccp: Use osmo-stp instead of direct server/client connectionPhilipp Maier1-2/+1
2017-06-18fixup for: aoip: signal channel type to BSCPhilipp Maier2-61/+174
2017-06-18osmo-bsc: Negotiate rtp ip address/port with BTSPhilipp Maier3-17/+125
2017-06-18WIP: Integrate AoIP into OsmoBSCPhilipp Maier7-39/+450
2017-06-18Implement IuCS (large refactoring and addition)Neels Hofmeyr1-1/+1
2017-06-09don't re-implement osmo_talloc_replace_string()Harald Welte2-10/+10
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso2-8/+4
2017-03-08add struct bsc_subscr, separating libbsc from gsm_subscriberNeels Hofmeyr4-34/+39
2017-02-24cosmetic: rename struct osmo_msc_data to bsc_msc_dataNeels Hofmeyr9-92/+92
2017-02-24cosmetic: rename osmo_msc_data.h to bsc_msc_data.hNeels Hofmeyr10-10/+10
2017-02-08vty: remove ignored logging parametersMax1-1/+1
2016-12-20Fix some typos in stdout outputRuben Undheim1-1/+1
2016-12-09bsc_ctrl: Ensure we don't pass NULL string into strtok_r()Harald Welte1-0/+1
2016-12-02split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr3-4/+4
2016-12-02Move timezone settings up to network levelNeels Hofmeyr2-30/+24
2016-12-02global gsm_network: move allocation further upNeels Hofmeyr1-5/+8
2016-12-02split bsc_bootstrap_network() in alloc and configNeels Hofmeyr1-2/+6
2016-12-02factor out gen of USSD notify and release complete to libosmocoreNeels Hofmeyr5-10/+10
2016-11-24move to libcommon-cs: net init 3: actual moveNeels Hofmeyr1-0/+1
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr1-0/+1
2016-09-30log CTRL bind only onceNeels Hofmeyr1-2/+0
2016-09-28COSMETIC: 'if' is not a function, so there is space before '('Harald Welte1-1/+1
2016-09-26mscsplit: bsc_vty_init(): decouple from global bsc_gsmnetNeels Hofmeyr1-1/+1