aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-12split subscr_con_allocate()/_free() in bsc_ and msc_Neels Hofmeyr7-13/+42
2016-11-12move to libxsc: net timezone VTY configNeels Hofmeyr2-64/+64
2016-11-12Move timezone settings up to network levelNeels Hofmeyr9-99/+98
2016-11-12reinvent connection_for_subscr() and move to libmscNeels Hofmeyr3-35/+14
2016-11-12bsc vty: rename show_net_cmd to bsc_show_net_cmdNeels Hofmeyr1-2/+2
2016-11-12move to libxsc: network VTY that isn't BSC-specificNeels Hofmeyr3-194/+211
2016-11-12move to libxsc: global vty gsm_network pointerNeels Hofmeyr3-17/+32
2016-11-12global gsm_network: move allocation further upNeels Hofmeyr2-23/+25
2016-11-12split bsc_bootstrap_network() in alloc and configNeels Hofmeyr4-13/+33
2016-11-12tests: drop unused libmsc, unneeded duplicate libbsc linkingNeels Hofmeyr3-5/+0
2016-11-12sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counterNeels Hofmeyr6-43/+20
2016-11-12factor out & introduce struct gsm_encr, in xsc.hNeels Hofmeyr2-6/+11
2016-11-12move to libxsc: factor out gen of USSD notify and release completeNeels Hofmeyr11-39/+105
2016-11-12move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()Neels Hofmeyr3-34/+34
2016-11-12move to libxsc: net init 3: actual moveNeels Hofmeyr15-35/+84
2016-11-12move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.hNeels Hofmeyr6-7/+9
2016-11-12move to libxsc: net init 1: rename to bsc_network_initNeels Hofmeyr7-8/+10
2016-11-12define mncc_recv_cb_t to avoid code dupNeels Hofmeyr5-7/+13
2016-11-12Add empty libxscNeels Hofmeyr7-0/+62
2016-11-11bs11_config: remove compiler waring about unused variableHarald Welte1-2/+2
2016-11-11talloc_cxt: Fix compiler warning / missing #includeHarald Welte1-0/+1
2016-11-10OM2000: disallow ip.access style TCH/F_PDCH pchan typeNeels Hofmeyr1-0/+9
2016-11-10OM2000: for TS conf of dyn TS, always send TCH/F chan combNeels Hofmeyr1-5/+1
2016-11-10fix use after free in bsc_config_freeNeels Hofmeyr1-1/+1
2016-11-09OM2000: Throw error when MO can not be enabledPhilipp1-0/+10
2016-11-09om2000: added support for ericssons sabm negotiationPhilipp1-0/+3
2016-11-09OM2000: Add fault report parsingPhilipp1-1/+129
2016-11-09RBS2000: re-establish any lost signalling linksHarald Welte1-0/+12
2016-11-09om2000: Add support for querying RBS capabilitiesroot3-0/+28
2016-11-09lchan: Release channel in case of late activation ackHolger Hans Peter Freyther1-3/+28
2016-11-09SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTPHarald Welte1-1/+14
2016-11-09OM2000: Fix state machien for CF/TRXC on START ResultHarald Welte1-1/+1
2016-11-08WIP: OM2000: Full state machine implementation using osmo_fsmHarald Welte4-286/+1132
2016-11-03bsc_vty: include dyn TS info in vty show lchanNeels Hofmeyr1-3/+53
2016-11-02log: count_codecs(): drop logging of non-TCH lchan typesNeels Hofmeyr1-3/+0
2016-11-02mncc_builtin: Properly reject DTMFlynxis/masterHarald Welte1-0/+2
2016-11-01Cosmetic: Add missing switch to usage helpPhilipp1-0/+1
2016-11-01gsm0408: Adding log output for 3g specific RR messagesPhilipp2-7/+11
2016-11-01OML: Improve OML attribute handlingPhilipp12-221/+638
2016-11-01Decrease count_codecs logging verbosityMax1-2/+2
2016-10-30info log: iu: add line break to and tweak rx RAB Ass Resp logNeels Hofmeyr1-3/+2
2016-10-28sndcp: Fixups for sndcp layer based on coverity-scan suggestionsPhilipp5-13/+18
2016-10-28DTX DL: Add FACCH cacheMax1-0/+3
2016-10-27bsc: count the usage of codec by setting the lchan activeAlexander Couzens2-0/+47
2016-10-18Replace magic number with defineMax2-1/+5
2016-10-14fix mistypes, spaces and tabsAlexander Couzens3-17/+17
2016-10-13msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctxNeels Hofmeyr5-13/+7
2016-10-13msgb talloc ctx: initialize in all main() scopesNeels Hofmeyr15-0/+20
2016-10-13gtphub_test.c: remove unused include of msgb.hNeels Hofmeyr1-1/+0
2016-10-13meas_pcap2db.c: remove unused include of msgb.hNeels Hofmeyr1-1/+0