1. 05190c3 Move sgsn_pdp_ctx to its own file pdpctx.{c,h} by Pau Espin Pedrol · 1 year, 9 months ago
  2. ffd6e37 Move struct apn_ctx and APN related definitions to its own file by Pau Espin Pedrol · 1 year, 9 months ago
  3. e659f75 Keep sgsn subsystems under struct sgsn_instance lifecycle by Pau Espin Pedrol · 1 year, 9 months ago
  4. 5f4736a Move struct sgsn_ggsn_ctx to its own file gtp_ggsn.{c,h} by Pau Espin Pedrol · 1 year, 9 months ago
  5. 4398ac0 Rename gprs_gb.[c,h] -> gprs_ns.[c,h] by Pau Espin Pedrol · 1 year, 9 months ago
  6. 7a74ae4 Create new specific file for BSSGP code by Pau Espin Pedrol · 1 year, 9 months ago
  7. 749ca7c Move gprs_gb_parse.[c,h] to tests/sgsn/ by Pau Espin Pedrol · 1 year, 9 months ago
  8. 199f295 tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' by Vadim Yanitskiy · 2 years, 5 months ago
  9. e5c8998 Support forwarding RIM messages over GTPCv1 EUTRAN<->GERAN by Pau Espin Pedrol · 3 years, 5 months ago
  10. e30f195 Avoid compiling unneeded files when building without Iu by Alexander Couzens · 5 years ago
  11. 35f0e66 Split out GPRS SM layer into its own file by Pau Espin Pedrol · 5 years ago
  12. 31c4657 Implement GMM State using osmocom FSM by Pau Espin Pedrol · 5 years ago
  13. 762c39c Move out sgsn to its own subdir by Pau Espin Pedrol · 5 years ago
  14. ccd1252 Introduce FSM mm_state_iu_fsm by Pau Espin Pedrol · 5 years ago
  15. 02514bc Introduce FSM mm_state_gb_fsm by Pau Espin Pedrol · 5 years ago
  16. 8333ef1 Move llc->MM/SM Gb specific glue code to its own file by Pau Espin Pedrol · 5 years ago
  17. 6dfb5fe Move lots of Iu/ranap specific code into its own file by Pau Espin Pedrol · 5 years ago
  18. f4b2c4c Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlr by Harald Welte · 6 years ago
  19. f7198d7 gprs_gmm: introduce a GMM Attach Request FSM by Alexander Couzens · 6 years ago
  20. 0b588be migrate to oap_client in libosmogsm by Harald Welte · 6 years ago
  21. 6789c84 fix build: missing LIBGTP_CFLAGS in sgsn_test by Neels Hofmeyr · 7 years ago
  22. 3b6332f Migrate from OpenSSL to osmo_get_rand_id() by Max · 7 years ago
  23. ee6cfdc split off osmo-sgsn: remove files, apply build by Neels Hofmeyr · 7 years ago 1.1.0
  24. a7a3947 move libiu to osmo-iuh/libosmo-ranap by Neels Hofmeyr · 7 years ago
  25. ed3157c move openbsc/* to repos root by Neels Hofmeyr · 7 years ago[Renamed from openbsc/tests/sgsn/Makefile.am]
  26. 2c1f8c8 move grps_gsup_client.c to libcommon/gsup_client.c by Neels Hofmeyr · 8 years ago
  27. 3d6b9f4 move gprs/oap.c to libcommon/oap_client.c by Neels Hofmeyr · 8 years ago
  28. 736474c move OAP messages implementations to libosmocore by Harald Welte · 8 years ago
  29. 814fef0 gprs_gsup_client*: remove the gprs_ prefix by Neels Hofmeyr · 8 years ago
  30. 73f83d5 SNDCP: add V.42bis data compression functionality by Philipp · 8 years ago
  31. d8b4577 V.42bis: integration and unit test by Philipp · 8 years ago
  32. f1f3436 SNDCP: add RFC1144 header compression functionality by Philipp · 8 years ago
  33. 2c7f837 RFC1144: integration and unit-test by Philipp · 8 years ago
  34. 22611be SNDCP: add SNDCP-XID encoder/decoder and unit test by Philipp · 8 years ago
  35. c2f2ad8 Build fixes by Alexander Huemer · 8 years ago
  36. 7b6673f Consistenly format variables in */Makefile.am files by Alexander Huemer · 8 years ago
  37. 61329d4 IuPS: redirect Iu in various places, link Iu in sgsn-test by Daniel Willmann · 8 years ago
  38. 4ac3aee Adding LLC-XID related modifications in LLC by Philipp · 8 years ago
  39. 4011e72 SGSN: use unique AUTH REQ reference by Max · 8 years ago
  40. 23d77d5 Move osmo_gsup_messages.[ch] to libosmocore by Harald Welte · 8 years ago
  41. 53373bc move gsm_04_08_gprs.h to libosmocore by Harald Welte · 8 years ago
  42. 9c534fd gsup/oap: add OAP to GSUP client. by Neels Hofmeyr · 9 years ago
  43. 044ce5f gprs: Use RAND_bytes for p-tmsi by Daniel Willmann · 9 years ago
  44. 133e862 sgsn/test: Really parse received DL LLC messages by Jacob Erlbeck · 9 years ago
  45. fa07b48 Revert "gprs: Use RAND_bytes for p-tmsi" by Holger Hans Peter Freyther · 9 years ago
  46. 6cf0249 gprs: Use RAND_bytes for p-tmsi by Daniel Willmann · 9 years ago
  47. 39c430e sgsn: Allow to resolve the IPv4 address of a GGSN through DNS by Holger Hans Peter Freyther · 9 years ago
  48. 81ffb74 sgsn: Remove inactive LLME/MM after inactivity timeout by Jacob Erlbeck · 10 years ago
  49. c157ee7 sgsn/test: Add test that intercepts gprs_gsup_client_send by Jacob Erlbeck · 10 years ago
  50. afcf230 gprs: Move protocol value_strings to gsm_04_08_gprs.c by Jacob Erlbeck · 10 years ago
  51. 39f040d sgsn: Integrate the GSUP client into the SGSN by Jacob Erlbeck · 10 years ago
  52. a6ddc2d gprs: Add subscriber functions to create/handle GSUP messages by Jacob Erlbeck · 10 years ago
  53. 98a95ac sgsn: Add a subscriber based authentication phase by Jacob Erlbeck · 10 years ago
  54. be2c8d9 sgsn: Integrate subscriber handling into the SGSN by Jacob Erlbeck · 10 years ago
  55. 33b6dad sgsn: Add gprs_subscriber.c by Jacob Erlbeck · 10 years ago
  56. 3b5d407 sgsn: Moved IMSI ACL management to sgsn_auth.c by Jacob Erlbeck · 10 years ago
  57. 4299c05 sgsn: Create testcase that verifies that llmes get deleted by Holger Hans Peter Freyther · 10 years ago
  58. 68c6f88 sgsn: Add boilerplate code for a SGSN test by Holger Hans Peter Freyther · 10 years ago