aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-29gbproxy: Add SGSN NRI configurationDaniel Willmann10-21/+558
2020-12-22gbproxy: Add "show gbproxy cell ..." VTY commandHarald Welte1-0/+42
2020-12-22gbproxy: Fix confusing log message in gbprox_relay2nseDaniel Willmann1-2/+2
2020-12-21osmo-gbproxy: Initialize all hash_mapsDaniel Willmann1-0/+2
2020-12-15sgsn: check for NULL of gprs_subscr_get_or_create()Alexander Couzens2-0/+10
2020-12-14gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..."Harald Welte2-3/+4
2020-12-12gbproxy: Improve VTY state introspectionHarald Welte2-20/+35
2020-12-12gbproxy: Implement scaling of BVC flow control in SGSN poolHarald Welte4-3/+65
2020-12-12gbproxy: Add FSM related VTY commandsHarald Welte1-0/+1
2020-12-12gbproxy: Fix segfault when receiving PAGING for unknown destinationHarald Welte1-6/+7
2020-12-12gbproxy: (Re)allocate SGSN-side PTP BVC even if CELL already existsHarald Welte1-22/+20
2020-12-12gbproxy: Copy RA-ID from BSS side BVC to CELL and SGSN-side BVCHarald Welte1-0/+2
2020-12-10gbproxy: Fix bvci check in gbprox_rx_ptp_from_*Daniel Willmann1-2/+2
2020-12-10gbproxy: Implement handling of BVC Flow ControlHarald Welte1-4/+50
2020-12-10gbproxy: Don't create an extra msgb copy for SGSN DL SIGHarald Welte1-17/+9
2020-12-10gbproxy: Introduce new DOBJ log category; log object allocation/releaseHarald Welte4-0/+29
2020-12-10gbproxy: Use "(nsei << 16) | bvci" as rate_ctr_group indexHarald Welte1-1/+1
2020-12-10gbproxy major rewrite for SGSN pool supportHarald Welte7-467/+855
2020-12-10mm_state_gb_fsm: Handle implicit detach from mm_standbyDaniel Willmann1-1/+4
2020-12-10migrate to DLBSSGP as log sub-system for BSSGPHarald Welte4-18/+2
2020-12-07gbproxy: Log FSM timeoutsHarald Welte1-0/+1
2020-12-07gb_proxy: Use osmo_tlv_prot_parse() to validate mandatory IEsHarald Welte1-12/+45
2020-12-07gbproxy: use gbprox_relay2peer() whenever possibleHarald Welte1-3/+3
2020-12-07gb_proxy: Introduce more validation / constraint checksHarald Welte1-22/+62
2020-12-07gbproxy: Delete gbproxy_testHarald Welte6-1487/+0
2020-12-05gb_proxy: cosmetic: Use function rather than open-coding is_sgsnHarald Welte1-7/+8
2020-12-05gbproxy: Remove patching, TLLI-tracking and SGSN2 supportHarald Welte15-12310/+4
2020-12-05gbproxy: convert nse->bvcs from llist_head to hashtableHarald Welte7-64/+79
2020-12-05gbproxy: convert bss_nses from llist_head to hashtableHarald Welte7-35/+56
2020-12-05gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nsesHarald Welte6-27/+27
2020-12-05gb_proxy: Rename gbproxy_peer to gbproxy_bvcHarald Welte8-592/+596
2020-12-05gb_proxy: Use TLVP_PRES_LEN instead of TLVP_PRESENTHarald Welte2-17/+17
2020-12-05gbproxy: Send BVC-STATUS if BSS sends us BVC-RESET without mandatory IEsHarald Welte1-2/+4
2020-12-04gbproxy: Delete gbproxy_nse in delete-gbproxy-peer VTY commandDaniel Willmann1-2/+4
2020-12-04gbproxy: Allow gbproxy_nse_free(NULL)Daniel Willmann1-2/+4
2020-12-04gbproxy: Add newline to log messageDaniel Willmann1-1/+1
2020-12-04gbproxy: Add BVC log filtersDaniel Willmann4-1/+46
2020-12-02gbproxy: Cosmetics: use longer linesHarald Welte1-9/+5
2020-12-02gb_proxy: Slightly restructure processing of BSS-originated BVC-RESETHarald Welte1-21/+24
2020-12-02gbproxy: Move BSS-side BVC-RESET processing to its own functionHarald Welte1-70/+87
2020-12-02gb_proxy: Broadcast SGSN-INVOKE-TRACE and OVERLOADHarald Welte1-5/+8
2020-12-02gbproxy: Add todos encountered while going through the codeDaniel Willmann1-1/+2
2020-12-02gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistentDaniel Willmann3-42/+44
2020-12-02gbproxy: Use LOG macros for NSE/BVCDaniel Willmann3-77/+86
2020-12-02gbproxy: Add logging macros for NSE and BVCDaniel Willmann1-0/+11
2020-12-01gb_proxy: More precise + readable log messagesHarald Welte1-11/+7
2020-12-01gmm: Introduce comment to ease addition of Network feature support IE laterPau Espin Pedrol1-0/+3
2020-12-01gmm: fix build without define PTMSI_ALLOCPau Espin Pedrol1-3/+7
2020-11-30gbproxy: Separate function to move gbproxy_peer to different nseDaniel Willmann3-3/+9
2020-11-30gbproxy: Only send paging to each matching NSE onceDaniel Willmann1-13/+34