aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2018-10-12mgcp: osmux: Make func handling dummy frames independent of endp typePau Espin Pedrol1-3/+3
2018-10-12mgcp: osmux: Move parse_cid of legacy dummy frames to own functionPau Espin Pedrol1-10/+15
2018-10-12mgcp: osmux: Don't process regular osmux frames if disabled by cfgPau Espin Pedrol1-6/+12
2018-10-12mgcp: osmux_send_dummy: Avoid logging incorrectly and sending if osmux not en...Pau Espin Pedrol1-0/+8
2018-10-12nat: Log state of pending transactionPau Espin Pedrol1-2/+2
2018-10-12nat: Log endpoint nr consistently as hexPau Espin Pedrol1-1/+1
2018-10-12mgcp: Log endpoint nr consistently as hexPau Espin Pedrol3-9/+9
2018-10-12mgcp: Avoid initing output without enabling osmuxPau Espin Pedrol1-4/+4
2018-10-04examples: nanobts: openbsc-multitrx.cfg: Set SDCCH in correct TS of TRX1Pau Espin Pedrol1-2/+2
2018-09-17mgcp_osmux: Use define to calculate rtp_ssrc_winlenPau Espin Pedrol1-2/+2
2018-09-17mgcp: Fix (again) osmux_cid_bitmap static array size calculationPau Espin Pedrol1-2/+2
2018-09-17bsc_filter: Move whitelisted info log to debugPau Espin Pedrol1-1/+1
2018-09-17mgcp: Fix osmux_cid_bitmap static array size calculationPau Espin Pedrol1-1/+1
2018-09-13nat: return -EBADF in read wqueue cb on fd closedPau Espin Pedrol1-1/+1
2018-09-13nat: Remove misleading commentPau Espin Pedrol1-1/+0
2018-09-13nat: Remove misleading commentPau Espin Pedrol1-4/+0
2018-09-13cosmetic: Remove duplicate semicolon and whitespacePau Espin Pedrol1-2/+2
2018-09-13Install sample cfg file to /etc/osmocomPau Espin Pedrol11-12/+30
2018-09-13Install systemd services with autotoolsPau Espin Pedrol5-1/+37
2018-09-10mgcp_osmux.c: osmux_enable_endpoint: Fix incorrect return checkPau Espin Pedrol1-2/+2
2018-09-07systemd: describe osmo-bsc-sccplite service as legacyPau Espin Pedrol1-1/+1
2018-08-29Add osmo-bsc-nat systemd service and install it with debianPau Espin Pedrol1-0/+11
2018-08-28Fix heap-use-after-free due to OML link destructionPau Espin Pedrol4-2/+31
2018-08-28abis_nm_ipaccess_rsl_connect: Log bts and trx nrPau Espin Pedrol1-2/+2
2018-08-28gsm_data.h: Replace '.' in counter names with ':'Pau Espin Pedrol1-39/+39
2018-08-20configure: Find correct libgsm's gsm.h headerPau Espin Pedrol2-0/+11
2018-08-20legacy_mgcp: mgcp_test: sanitize: free msgb_ctxNeels Hofmeyr1-1/+4
2018-08-20Debian: Include the osmo-bsc-mgcp systemd service in Debian packageHarald Welte1-0/+1
2018-08-20mgcp_test: tweak test failure outputPau Espin Pedrol1-3/+6
2018-08-20mgcp: add VTY Option to force-realloc endpointsPhilipp Maier4-2/+18
2018-08-20examples: osmo-bsc_mgcp: Update cfg filePau Espin Pedrol1-4/+4
2018-08-20cosmetic: make osmo-python-tests dependency more accurateNeels Hofmeyr1-1/+1
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