aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc
AgeCommit message (Expand)AuthorFilesLines
2018-06-18cosmetic / linking: move str_to_imsi() out of abis_rsl.cNeels Hofmeyr4-10/+12
2018-06-15fix dyn TS init: properly identify BTS on OML OPSTART ACKNeels Hofmeyr2-26/+34
2018-06-15osmo-bsc: Add -V param to print versionPau Espin Pedrol1-1/+8
2018-06-15osmo-bsc: Clean help description of cmd line parametersPau Espin Pedrol1-10/+10
2018-06-15pcu_sock: Log event pcu_sock createdPau Espin Pedrol1-0/+2
2018-06-14absi_rsl: Fix segfault in rsl_rx_conn_fail()Harald Welte1-1/+2
2018-06-11bsc_subscr_conn_fsm: BSC must not release SCCP connectionHarald Welte1-1/+3
2018-06-11Add missing event string name for GSCON_EV_LCLS_FAILHarald Welte1-0/+1
2018-06-09Remove unused logging subsystems DCC and DMGCPHarald Welte1-12/+4
2018-06-08Explicitly register CTRL-over-IPA callback with libosmo-sigtranHarald Welte1-1/+5
2018-06-08Ignore "dest" command in MSC nodeHarald Welte1-0/+12
2018-06-08make T10 configurable like the rest of themNeels Hofmeyr3-6/+7
2018-06-08drop dead code: conn->T10, handled by gscon insteadNeels Hofmeyr1-8/+0
2018-06-08HO: introduce T7, T8, T101 timersNeels Hofmeyr2-0/+13
2018-06-08cosmetic: gscon: drop odd use of OSMO_STRINGIFYNeels Hofmeyr1-14/+14
2018-06-08store subscriber identity on pagingNeels Hofmeyr1-0/+1
2018-06-08try to pick up subsrc IMSI on l3-complNeels Hofmeyr1-1/+16
2018-06-08gscon: put subscriber a little laterNeels Hofmeyr1-6/+6
2018-06-08cosmetic: bsc_subscr_alloc: log initial getNeels Hofmeyr1-3/+2
2018-06-08cosmetic: penalty timers: constify, tweak docNeels Hofmeyr1-4/+4
2018-06-08use libosmocore's gsm0808_permitted_speech(), gsm0808_chosen_channel()Neels Hofmeyr1-84/+7
2018-06-08log: assignment: add two logs on unexpected lchan releaseNeels Hofmeyr1-0/+3
2018-06-08log: fix logging in rsl_rx_chan_act_nack()Neels Hofmeyr1-6/+9
2018-06-08assignment: signal assignment failure on chan act nackNeels Hofmeyr2-3/+5
2018-06-07cosmetic: gscon: undup code: add common assignment_failed()Neels Hofmeyr1-36/+33
2018-06-07cosmetic: magic number: use RSL_ACT_ constant for chan actNeels Hofmeyr1-1/+1
2018-06-07remove struct bsc_apiNeels Hofmeyr3-156/+48
2018-06-07dissolve libbsc: move all to src/osmo-bsc, link .o filesNeels Hofmeyr49-7/+33963
2018-06-05Reject ASSIGNMENT REQ with CIC but no AoIP transp addr in AoIP caseHarald Welte1-8/+25
2018-06-03LCLS: add VTY config to enable/disable LCLS on per-MSC basisHarald Welte1-0/+21
2018-06-02Add initial 3GPP LCLS support to OsmoBSCHarald Welte2-0/+90
2018-05-27move 'extern struct gsm_network *bsc_gsmnet" to header fileHarald Welte3-7/+2
2018-05-27Remove 'struct bsc_msc_connection' + fix IPA-encapsulated CTRLHarald Welte7-98/+171
2018-05-27remove remaining bits of osmo-bsc_natHarald Welte1-1/+0
2018-05-25bsc: Don't reject ASSIGNMENT for Audio in IPA/SCCPlite caseHarald Welte1-13/+1
2018-05-25bsc: Add mgcp_port_to_cic() to determine CIC from RTP PortHarald Welte1-13/+0
2018-05-25vty: Permit selection of other ASP protocol than M3UAHarald Welte3-1/+18
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier3-8/+8
2018-05-14log: indicate hr/fr in audio_support_to_gsm88() errorNeels Hofmeyr1-2/+2
2018-05-14fix default fallbacks in audio_support_to_gsm88()Neels Hofmeyr1-2/+2
2018-05-08osmo_bsc_vty.c: fix: write MGW configurationVadim Yanitskiy1-0/+3
2018-04-16Cosmetic: Fix typo: Siganlling->SignallingKeith1-1/+1
2018-04-05vty: re-add 'timeout-ping' and 'timeout-pong' as dummy commandsNeels Hofmeyr1-0/+21
2018-04-02cosmetic: Add fixme note for OS#3112Philipp Maier1-0/+5
2018-04-02cosmetic: remove dead codePhilipp Maier3-582/+0
2018-03-28ctx cleanup: use non-NULL talloc ctx for osmo_init_logging2()Neels Hofmeyr1-1/+1
2018-03-27change return type of page_subscriber() to voidStefan Sperling1-20/+11
2018-03-26bssap: Log non handled paging requestsPau Espin Pedrol1-0/+2
2018-03-23cosmetic: remove dead code: osmo_bsc_reset.cPhilipp Maier1-190/+0
2018-03-22bssmap: State correct speech codec in ASSIGNMENT COMPLETEHarald Welte1-6/+1