1. ea62a38 ctrl: Move the lookup into a separate file in preparation for GPRS by Holger Hans Peter Freyther · 10 years ago
  2. 416e316 ctrl: Make it possible to re-use the string get and set routine by Holger Hans Peter Freyther · 11 years ago
  3. 05f655e ctrl: Make the int range set, get and verify methods available by Holger Hans Peter Freyther · 11 years ago
  4. e6d5615 ctrl: Set a generic reply when it hasn'n been set by Jacob Erlbeck · 11 years ago
  5. 6d96dd7 ctrlif: Flush/Clear write_queue when closing the control socket by Harald Welte · 11 years ago
  6. 35f5653 Makefile.am: Use AM_CPPFLAGS by Alexander Huemer · 11 years ago
  7. e9f7be1 ctrl: Provide a reply in case the range check failed by Holger Hans Peter Freyther · 11 years ago
  8. da5eded ctrl: Make the commands static to not pollute the namespace by Holger Hans Peter Freyther · 11 years ago
  9. 17e7e5a ctrl: Work on the cmd->node instead of the data pointer passed by Holger Hans Peter Freyther · 12 years ago
  10. 43a11db ctrl: Fix the signature of the string control commands by Holger Hans Peter Freyther · 12 years ago
  11. 9c97493 libctrl, osmo-bsc: Get rid of net prefix by Daniel Willmann · 13 years ago
  12. 3463941 ctrl: Use strtol instead of atoi to detect conversion errors by Daniel Willmann · 13 years ago
  13. 5d9b203 ctrl: Improve error messages in ctrl_cmd_handle by Daniel Willmann · 13 years ago
  14. bed515f ctrl: Change the paths to bts.%i. instead of bts%i by Daniel Willmann · 13 years ago
  15. 9f97316 ctrl: Improve error handling if controlif setup fails by Daniel Willmann · 13 years ago
  16. 35a1b3b libctrl: Add function ctrl_cmd_send_to_all by Daniel Willmann · 13 years ago
  17. f2e75d4 libctrl: Add trap helper function by Daniel Willmann · 13 years ago
  18. 782974b libctrl: Change controlif_setup so it returns the ctrl handle by Daniel Willmann · 13 years ago
  19. 0e0cf37 libctrl: Keep track of connections in struct ctrl_handle by Daniel Willmann · 13 years ago
  20. ad6451f misc: Use other size modifiers to fix compiler warnings by Holger Hans Peter Freyther · 12 years ago
  21. 1d3634e libctrl: only free() msgb if it was alloc()ed by Alexander Huemer · 13 years ago
  22. 4376bcc fix some "implicit declaration" warnings in osmo-nitb by Alexander Huemer · 13 years ago
  23. a6b3401 libctrl: Add a function to create the cmd by Holger Hans Peter Freyther · 13 years ago
  24. 9225ab1 libctrl: Don't overwrite error reply if the verify function sets one by Daniel Willmann · 13 years ago
  25. f7c74e5 libctrl: Mark the cmd set/get/verify functions static by Daniel Willmann · 13 years ago
  26. b06dd30 libctrl: Bind control interface to localhost by Daniel Willmann · 13 years ago
  27. 19abc95 libctrl: Use DCTRL as logging destination in libctrl by Holger Hans Peter Freyther · 13 years ago
  28. 10dfc26 src: port openBSC over libosmo-abis by Pablo Neira Ayuso · 13 years ago
  29. 0834a34 libctrl: Use inttypes.h macros to make uint64_t printfs portable. by Daniel Willmann · 13 years ago
  30. 18b70b5 controlif: declare controlif_setup() in control_cmd.h by Harald Welte · 13 years ago
  31. 8b7a962 libctrl: Add ctrl_cmd_cpy() to copy a command by Daniel Willmann · 13 years ago
  32. e9f5894 libctrl: Add commands to query counters and rate_cntr by Daniel Willmann · 13 years ago
  33. fcf010f libctrl: Add macros to help define commands by Daniel Willmann · 13 years ago
  34. 1264cb4 Add libctrl, an SNMP-like control interface by Daniel Willmann · 14 years ago
  35. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0
  36. 8648e49 libgb: separate header files related to spec and implementation by Harald Welte · 12 years ago
  37. de4599c libgb: make sure all BSSGP functions have bssgp_ prefix by Harald Welte · 12 years ago
  38. 8eda90d libgb/gprs: don't use log_info from libcommon anymore by Harald Welte · 12 years ago
  39. f543036 libgb: prefix all NS related functions with gprs_ by Harald Welte · 12 years ago
  40. 15a3643 libgb: don't call directly into GMM / LLC layer by Harald Welte · 12 years ago
  41. 8ef54d1 libgb: remove dependency of BSSGP to include sgsn/gmm internal structs by Harald Welte · 12 years ago
  42. cca4963 libgb: Remove dependency to openbsc/debug.h by Harald Welte · 12 years ago
  43. 4f5883b libgb: remove dependencies to openbsc/vty.h and openbsc/gsm_data.h by Harald Welte · 12 years ago
  44. 4fcdd76 libgb: Use library SS_L_NS instead lf local SS_NS by Harald Welte · 12 years ago
  45. 605ac5d libgb: move GPRS specific msgb CB definitions to separate header by Harald Welte · 12 years ago
  46. 73952e3 split libgb into a separate library for outside use by Harald Welte · 12 years ago
  47. 1e57eb6 misc: Deal with smatch warnings about the bitfields by Holger Hans Peter Freyther · 12 years ago
  48. 5274646 misc: Use msgb_free for freeing the messages by Holger Hans Peter Freyther · 12 years ago
  49. 58e6d96 abis: gsm_data_shared.h includes libosmo-abis header, add abis to cflags by Holger Hans Peter Freyther · 12 years ago
  50. 322f60a fix two mistakes in AM_LDFLAGS by Alexander Huemer · 13 years ago
  51. 85fc314 BSSGP: Add functions required for true BSS-side BSSGP implementation by Harald Welte · 13 years ago
  52. eb3ccf6 BSSGP: add more doxygen comments by Harald Welte · 13 years ago
  53. 2861007 GPRS: add new bssgp_create_cell_id(), opposite of bssgp_parse_cell_id() by Harald Welte · 13 years ago
  54. a9f23c8 GPRS NS: Add some doxygen API documentation by Harald Welte · 13 years ago
  55. 887934e gb_proxy: Make sure each parameter has some sort of documentation by Holger Hans Peter Freyther · 13 years ago
  56. 086fe32 bssgp: make comments more explicit, include 'Rx' in received messages by Harald Welte · 13 years ago
  57. d83d1b6 gprs_bssgp_util.c: orig_msg == NULL is not supported by Harald Welte · 13 years ago
  58. 2b88a2a src: use namespace prefix osmo_signal* by Pablo Neira Ayuso · 13 years ago
  59. bfadfb7 src: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  60. 2b15952 src: use namespace prefix osmo_timer* for timer functions by Pablo Neira Ayuso · 13 years ago
  61. c0d0431 libcommon: socket: extend make_sock() prototype by Pablo Neira Ayuso · 13 years ago
  62. 167281e src: include new file osmocom/vty/misc.h for vty_out_rate_ctr_group() by Pablo Neira Ayuso · 13 years ago
  63. ff66323 src: use new library libosmogsm and new path to headers in libosmocore by Pablo Neira Ayuso · 13 years ago
  64. 85e1097 prefix sub-directories containing libraries with 'lib' by Harald Welte · 13 years ago
  65. 393becc Move 'Gb' protocol stack into its own src/gb subdirectory by Harald Welte · 13 years ago
  66. 43ae94e LOGGING: make sure to make the 'logging filter' compatible with vty log cfg by Harald Welte · 13 years ago
  67. e4cbb3f License change: We are now AGPLv3+ instead of GPLv2+ by Harald Welte · 14 years ago
  68. d2b13fc Add mandatory routeing area IE to SUSPEND-NACK by Dieter Spaar · 14 years ago
  69. f47df64 [GPRS NS] Fix memory leak in gprs_ns_sendmsg() error path by Harald Welte · 14 years ago
  70. b736314 [gprs] BSSGP: Fix null pointer dereference by Harald Welte · 14 years ago
  71. 0e43007 [SGSN] BSSGP: Print TLLI as hex value like everwhere else by Harald Welte · 14 years ago
  72. 4a90d22 GPRS: Increase the NS msg size to 2048 by Holger Hans Peter Freyther · 14 years ago
  73. b00d1ad [gprs] bssgp: Fix LLC PDU length encoding in BSSGP. by Sylvain Munaut · 14 years ago
  74. 781b3e6 [GPSR] SGSN: Keep traffic counters for each PDP context by Harald Welte · 14 years ago
  75. 68b4f03 [GPRS] BSSGP/SGSN: Implement Gb-Interface Paging by Harald Welte · 14 years ago
  76. 313cccf [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX state by Harald Welte · 14 years ago
  77. 8e2e78e GPRS: Fix compiler warning that will also lead to a crash at runtime. by Holger Hans Peter Freyther · 14 years ago
  78. cfb545a [GPRS] BSSGP: Fix formatting of BSSGP TX STATUS by Harald Welte · 14 years ago
  79. 02f7325 [GPRS] Major LLC / TLLI handling fixes by Harald Welte · 14 years ago
  80. 2f94683 [GPRS] Include IMSI and DRX params in BSSGP DL-UD by Harald Welte · 14 years ago
  81. 1792532 [GPRS] BSSGP: Fix way too long TLLI debug line by Harald Welte · 14 years ago
  82. e9686b6 [GPRS] BSSGP: More verbose debug log / error reporting by Harald Welte · 14 years ago
  83. 2677ea5 [GPRS] BSSGP: When we receive a BLOCK, we should not respond with UNBLOCK-ACK by Harald Welte · 14 years ago
  84. 9681ce3 [GPRS] NS: Fix GRE keepalive response in FR-GRE encapsulation by Harald Welte · 14 years ago
  85. a8aa4df [GPRS] BSSGP: Acknowledge all SUSPEND and RESUME requests by Harald Welte · 14 years ago
  86. bd33f3d [GPRS] NS: correctly pass the NS payload length to the TLV parser by Harald Welte · 14 years ago
  87. f15497c [GPRS] NS: Don't hand Frame Relay LMI packets into the NS code by Harald Welte · 14 years ago
  88. 57a9cf2 [GPRS] NS: Respond to GRE keepalive messages by Harald Welte · 14 years ago
  89. 188bda6 [GPRS] NS: Frame Relay DLCI for PVC from 16-1007 by Harald Welte · 14 years ago
  90. 3625038 [GPRS] NS: Print error message if TLV parser fails for some reason by Harald Welte · 14 years ago
  91. c953120 [GPRS] NS: Start TEST procedure, not ALIVE procedure, on RESET/RESET_ACK by Harald Welte · 14 years ago
  92. 26c3251 gprs: Subtract the headroom for what we can receive by Holger Hans Peter Freyther · 14 years ago
  93. ac1a715 Migrate VTY code to libosmovty by Harald Welte · 14 years ago
  94. b1020d5 [GPRS] NS: Always generate LOG_INFO message when we block NS-VC by Harald Welte · 14 years ago
  95. ee59fe4 gprs_ns_frgre.h: Create the header and include it by Holger Hans Peter Freyther · 14 years ago
  96. e75a34f gprs_ns.c: Make make_socket known to the compiler by Holger Hans Peter Freyther · 14 years ago
  97. 5617d99 gprs: Fix warnings on funny casts for the return statement by Holger Hans Peter Freyther · 14 years ago
  98. d30cefa gprs_bssgp.c: Return something from non void methods. by Holger Hans Peter Freyther · 14 years ago
  99. b6eded8 gprs_bssgp.c: Cast const of TLVP_VAL away. by Holger Hans Peter Freyther · 14 years ago
  100. ce4ccbc [GPRS] NS: Better formatting of VTY output by Harald Welte · 14 years ago