aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2018-08-16vty: Fix typo writing bts-jitter-buffer-delay-{min,max}Pau Espin Pedrol2-4/+4
2018-07-24git-version-gen: Don't check for .git directoryDaniel Willmann1-2/+2
2018-07-12bsc: ctrl: Avoid sending back received ERROR msgsPau Espin Pedrol1-2/+3
2018-07-12nat: ctrl: Avoid sending back received ERROR msgsPau Espin Pedrol1-7/+11
2018-07-12nat: ctrl: use strtol instead of atoi as it has explicit error documentationPau Espin Pedrol1-2/+13
2018-07-12bsc: ctrl: Use ctrl_cmd_parse2 to obtain detailed errorPau Espin Pedrol1-10/+2
2018-07-12nat: ctrl: Use ctrl_cmd_parse2 to obtain detailed errorPau Espin Pedrol1-11/+2
2018-07-04nat: Add VTY cmd paging-bss-forward to nat nodePau Espin Pedrol3-0/+28
2018-06-28bsc-nat: forward paging to all BSC when CELL_IDENT_BSS is receivedPau Espin Pedrol2-14/+34
2018-06-28bsc-nat: find_paging: Check return code of tlv_parsePau Espin Pedrol1-1/+7
2018-06-28filter: vty: Print policy list in cmd show access-listPau Espin Pedrol1-16/+17
2018-06-28bsc_vty: Write access list entries when storing bsc configPau Espin Pedrol4-5/+14
2018-06-28Rename bsc_msg_acc_lst_vty_init to have more uniform prefixPau Espin Pedrol4-4/+4
2018-06-28Init access_lists before passing it as a parameterPau Espin Pedrol1-3/+1
2018-06-28bsc-nat: Add more complete VTY command to show BSC related infoPau Espin Pedrol1-68/+74
2018-06-27bsc-nat: Allocate each ctr group with a different idxPau Espin Pedrol1-3/+18
2018-06-27bsc-nat: Replace '.' in counter names with ':'Pau Espin Pedrol2-17/+17
2018-06-27configure.ac: Add --enable-sanitize flagPau Espin Pedrol1-0/+15
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