aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2018-06-27bsc-nat: Avoid heap-use-after-free on USSD conn lostPau Espin Pedrol1-4/+7
2018-06-15bsc-nat: show running-config now prints bsc nodesPau Espin Pedrol1-39/+41
2018-06-15bsc-sccplite: Add -V param to print versionPau Espin Pedrol1-1/+7
2018-06-15bsc-nat: Add -V param to print versionPau Espin Pedrol1-1/+7
2018-06-15bsc-nat: Fix missing help description for -T timestamp cmdline optionPau Espin Pedrol1-0/+1
2018-06-15gsm0408_dispatch: Fix uninitialized var warningPau Espin Pedrol1-1/+1
2018-06-13chan_alloc: Fix crash when failing to allocate channelPau Espin Pedrol1-1/+1
2018-06-08bsc-nat: Avoid heap-use-after-free on bsc auth failurePau Espin Pedrol1-19/+32
2018-06-08bsc-nat: ipaccess_auth_bsc: Close bsc conn immediately on bad format receivedPau Espin Pedrol1-0/+2
2018-06-08bsc-nat: forward_sccp_to_msc: Fix memleak on receive from non authenticated bscPau Espin Pedrol1-2/+1
2018-06-08bsc-nat: forward_sccp_to_msc: Remove unneeded exit3 sectionPau Espin Pedrol1-10/+3
2018-06-08bsc-nat: forward_sccp_to_msc: Remove unneeded gotoPau Espin Pedrol1-2/+0
2018-06-08bsc-nat: bsc_nat_filter_ipa: Improve documentationPau Espin Pedrol1-1/+3
2018-06-08bsc-nat: Avoid sending reset ack twice in a rowPau Espin Pedrol1-1/+0
2018-05-30gitignore: Filter m4 filesPau Espin Pedrol1-0/+1
2018-05-30abis_rsl: rsl_rx_chan_rqd: Format bts log string as in everywhere elsePau Espin Pedrol1-2/+2
2018-05-30chan_alloc: Print bts nr on chan alloc failurePau Espin Pedrol1-2/+2
2018-05-30bsc_nat.c: Return correct err code to avoid heap-user-after-freePau Espin Pedrol1-15/+16
2018-05-28acc_ramp: Increase log level of some messagesPau Espin Pedrol1-5/+4
2018-05-04Bump version: 1.0.0.45-2b362-dirty → 1.1.01.1.0Pau Espin Pedrol1-13/+13
2018-04-19mgcp: switch to new osmux output APIsPau Espin Pedrol1-6/+11
2018-04-19chan_alloc.c: Fix log var formatting issuesPau Espin Pedrol1-2/+2
2018-04-17smpp_smsc_conf: Fix heap-use-after-freePau Espin Pedrol1-2/+7
2018-04-16nat: Add jitter buffer on the uplink receiverPau Espin Pedrol8-3/+253
2018-04-16fix handling of state changes in acc rampingStefan Sperling3-36/+112
2018-04-16only trigger acc ramping if trx 0 is usable and unlockedStefan Sperling1-4/+9
2018-04-16trigger acc ramping on state-changed-event reportsStefan Sperling1-2/+10
2018-04-16rename helper functions in the acc ramp code to avoid confusionStefan Sperling1-13/+13
2018-04-16trigger acc ramping based on trx rf-locked stateStefan Sperling2-1/+49
2018-04-16ensure that acc_ramp_init() is only called onceStefan Sperling4-35/+43
2018-04-16only log actual access control class ramping changesStefan Sperling1-2/+4
2018-04-11bsc_nat: ctrl: Fix crash on receveing bsc replyPau Espin Pedrol1-2/+8
2018-04-11bsc_nat: Drop redundant ccon ptr in bsc_cmd_listPau Espin Pedrol3-9/+5
2018-04-11bsc_nat: forward_to_bsc: Fix memleak on send failurePau Espin Pedrol1-1/+2
2018-04-11bsc_nat: forward_to_bsc: remove one level of indentationPau Espin Pedrol1-45/+46
2018-04-11bsc_nat: ctrl: fix memleak on reply receivalPau Espin Pedrol1-4/+3
2018-04-11libbsc: set_net_mcc_mnc_apply: Fix memleak on parsing incorrect mcc mncPau Espin Pedrol1-0/+2
2018-04-09fix initialization of acc rampingStefan Sperling1-4/+4
2018-04-09fix a format string error in bts_update_t3122_chan_load()Stefan Sperling1-1/+2
2018-03-29Migrate from OpenSSL to osmo_get_rand_id()Neels Hofmeyr7-18/+13
2018-03-27bsc: paging: Fix losing paging messages for BTSPau Espin Pedrol1-5/+5
2018-03-27bsc: Improve handling of paging_request return valuePau Espin Pedrol3-6/+23
2018-03-22backport support for 3-digit MNC with leading zerosneels/mnc3Neels Hofmeyr23-160/+211
2018-03-14Add support for Access Control Class ramping.Stefan Sperling10-3/+536
2018-03-14Add stat items for the BTS's channel load average and T3122.Stefan Sperling4-1/+28
2018-03-14bts chan_load: ignore unusable BTSStefan Sperling1-0/+5
2018-03-14Make "waiting indicator" of IMMEDIATE ASSIGN REJECT dynamic.Stefan Sperling11-29/+153
2018-03-12sysinfo: Fix regression causing missing L2 Pseudo-Length in SI5/SI6Harald Welte1-5/+5
2018-03-05fix build: gprs_ra_id_by_bts(): ensure to init all valuesNeels Hofmeyr1-4/+6
2018-02-19mgcp_protocol: Don't print osmux stats if it is offPau Espin Pedrol2-19/+23