index
:
osmo-sgsn
35c3
35c3x
36c3
aoip
cccamp2019
daniel/gbproxy
daniel/nitb-tests
daniel/os3727
fairwaves/production
lynxis/gbproxy-ns2
lynxis/staging
master
neels/34c3_1
neels/3g_opt_in
neels/big_endian
neels/log_timestamps
neels/pending
neels/split
neels/umts_aka_gsm_sres
osmith/fix-python3
osmith/release
osmith/rpm
pespin/fix
pespin/libosmo-gprs
pespin/lu-err-attach-req
pespin/master
pespin/pspaging
pespin/release-1.4.1
pespin/systemd
pmaier/rimtest
rel-1.5.1
OsmoSGSN: Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-28
gbproxy: Add VTY command to override the node selection function
daniel/gbproxy
Daniel Willmann
2
-1
/
+39
2020-12-28
gbproxy: Add SGSN name
Daniel Willmann
5
-7
/
+68
2020-12-28
gbproxy: Add SGSN pooling support
Daniel Willmann
4
-29
/
+195
2020-12-27
gbproxy: Add SGSN NRI configuration
Daniel Willmann
8
-21
/
+495
2020-12-22
gbproxy: Add "show gbproxy cell ..." VTY command
Harald Welte
1
-0
/
+42
2020-12-22
gbproxy: Fix confusing log message in gbprox_relay2nse
Daniel Willmann
1
-2
/
+2
2020-12-21
osmo-gbproxy: Initialize all hash_maps
Daniel Willmann
1
-0
/
+2
2020-12-15
sgsn: check for NULL of gprs_subscr_get_or_create()
Alexander Couzens
2
-0
/
+10
2020-12-14
gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..."
Harald Welte
2
-3
/
+4
2020-12-12
gbproxy: Improve VTY state introspection
Harald Welte
2
-20
/
+35
2020-12-12
gbproxy: Implement scaling of BVC flow control in SGSN pool
Harald Welte
4
-3
/
+65
2020-12-12
gbproxy: Add FSM related VTY commands
Harald Welte
1
-0
/
+1
2020-12-12
gbproxy: Fix segfault when receiving PAGING for unknown destination
Harald Welte
1
-6
/
+7
2020-12-12
gbproxy: (Re)allocate SGSN-side PTP BVC even if CELL already exists
Harald Welte
1
-22
/
+20
2020-12-12
gbproxy: Copy RA-ID from BSS side BVC to CELL and SGSN-side BVC
Harald Welte
1
-0
/
+2
2020-12-10
gbproxy: Fix bvci check in gbprox_rx_ptp_from_*
Daniel Willmann
1
-2
/
+2
2020-12-10
gbproxy: Implement handling of BVC Flow Control
Harald Welte
1
-4
/
+50
2020-12-10
gbproxy: Don't create an extra msgb copy for SGSN DL SIG
Harald Welte
1
-17
/
+9
2020-12-10
gbproxy: Introduce new DOBJ log category; log object allocation/release
Harald Welte
4
-0
/
+29
2020-12-10
gbproxy: Use "(nsei << 16) | bvci" as rate_ctr_group index
Harald Welte
1
-1
/
+1
2020-12-10
gbproxy major rewrite for SGSN pool support
Harald Welte
7
-467
/
+855
2020-12-10
mm_state_gb_fsm: Handle implicit detach from mm_standby
Daniel Willmann
1
-1
/
+4
2020-12-10
migrate to DLBSSGP as log sub-system for BSSGP
Harald Welte
4
-18
/
+2
2020-12-07
gbproxy: Log FSM timeouts
Harald Welte
1
-0
/
+1
2020-12-07
gb_proxy: Use osmo_tlv_prot_parse() to validate mandatory IEs
Harald Welte
1
-12
/
+45
2020-12-07
gbproxy: use gbprox_relay2peer() whenever possible
Harald Welte
1
-3
/
+3
2020-12-07
gb_proxy: Introduce more validation / constraint checks
Harald Welte
1
-22
/
+62
2020-12-07
gbproxy: Delete gbproxy_test
Harald Welte
6
-1487
/
+0
2020-12-05
gb_proxy: cosmetic: Use function rather than open-coding is_sgsn
Harald Welte
1
-7
/
+8
2020-12-05
gbproxy: Remove patching, TLLI-tracking and SGSN2 support
Harald Welte
15
-12310
/
+4
2020-12-05
gbproxy: convert nse->bvcs from llist_head to hashtable
Harald Welte
7
-64
/
+79
2020-12-05
gbproxy: convert bss_nses from llist_head to hashtable
Harald Welte
7
-35
/
+56
2020-12-05
gbproxy: Rename gbproxy_cfg.nses to gbproxy_cfg.bss_nses
Harald Welte
6
-27
/
+27
2020-12-05
gb_proxy: Rename gbproxy_peer to gbproxy_bvc
Harald Welte
8
-592
/
+596
2020-12-05
gb_proxy: Use TLVP_PRES_LEN instead of TLVP_PRESENT
Harald Welte
2
-17
/
+17
2020-12-05
gbproxy: Send BVC-STATUS if BSS sends us BVC-RESET without mandatory IEs
Harald Welte
1
-2
/
+4
2020-12-04
gbproxy: Delete gbproxy_nse in delete-gbproxy-peer VTY command
Daniel Willmann
1
-2
/
+4
2020-12-04
gbproxy: Allow gbproxy_nse_free(NULL)
Daniel Willmann
1
-2
/
+4
2020-12-04
gbproxy: Add newline to log message
Daniel Willmann
1
-1
/
+1
2020-12-04
gbproxy: Add BVC log filters
Daniel Willmann
4
-1
/
+46
2020-12-02
gbproxy: Cosmetics: use longer lines
Harald Welte
1
-9
/
+5
2020-12-02
gb_proxy: Slightly restructure processing of BSS-originated BVC-RESET
Harald Welte
1
-21
/
+24
2020-12-02
gbproxy: Move BSS-side BVC-RESET processing to its own function
Harald Welte
1
-70
/
+87
2020-12-02
gb_proxy: Broadcast SGSN-INVOKE-TRACE and OVERLOAD
Harald Welte
1
-5
/
+8
2020-12-02
gbproxy: Add todos encountered while going through the code
Daniel Willmann
1
-1
/
+2
2020-12-02
gbproxy: Change generic LOG messages so BVCI/NSEI fmt is consistent
Daniel Willmann
3
-42
/
+44
2020-12-02
gbproxy: Use LOG macros for NSE/BVC
Daniel Willmann
3
-77
/
+86
2020-12-02
gbproxy: Add logging macros for NSE and BVC
Daniel Willmann
1
-0
/
+11
2020-12-01
gb_proxy: More precise + readable log messages
Harald Welte
1
-11
/
+7
2020-12-01
gmm: Introduce comment to ease addition of Network feature support IE later
Pau Espin Pedrol
1
-0
/
+3
[next]