1. d84f47a gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.c by Andreas.Eversberg · 13 years ago
  2. 153903c gsm/lapdm: Display SAPI in debug message for easier debug by Andreas.Eversberg · 13 years ago
  3. 816e178 gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format) by Andreas.Eversberg · 13 years ago
  4. f1f80de gsm/lapdm: Fix TA and power level handling in the ACCH header by Andreas.Eversberg · 13 years ago
  5. cbed327 gsm/lapdm: Set N201 depending on the frame type by Andreas.Eversberg · 13 years ago
  6. 5ac4478 gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower) by Andreas.Eversberg · 13 years ago
  7. a42b699 gsm/lapdm: Add missing msgb_free in rslms_rx_rll error cases by Andreas.Eversberg · 13 years ago
  8. 5ad4ac8 lapd: Fixed possible double free buf in lapd_core.c by Andreas Eversberg · 13 years ago
  9. 17f56f3 update LIBVERSION to reflect new API additions by Harald Welte · 13 years ago 0.3.10
  10. 78122ab Added defines to use primitive/operation tuples in switch/case statements by Andreas Eversberg · 13 years ago
  11. 742fc79 LAPD: Moved timer handling into seperate functions by Andreas Eversberg · 13 years ago
  12. af48bed Split of LAPDm into a core part and a GSM specific part by root · 13 years ago
  13. ee876c9 LAPDm: Fix encoding of RLL ERROR IE by Harald Welte · 13 years ago 0.3.8
  14. eaac0cf gsm/gsm48_ie: Fix other range format decoding by Andreas.Eversberg · 13 years ago
  15. a24026a RSL: add rsl_ipac_msg_name() for ipa specific RSL extension names by Harald Welte · 13 years ago
  16. 71fd42f gsm/gsm48_ie: Fix Range 256 format decoding by Sylvain Munaut · 13 years ago
  17. d38c8b8 doxygen: Add main page for all three libraries by Harald Welte · 13 years ago
  18. 4e777c3 doxygen: Add documentation for Abis OML by Harald Welte · 13 years ago
  19. 8f2c7e5 RSL: add doxygen documentation by Harald Welte · 13 years ago
  20. 6bdf0b1 doxygen: Add documentation for LAPDm code by Harald Welte · 13 years ago
  21. 57c7d37 doxygen: Add documentation about TLV parser by Harald Welte · 13 years ago
  22. 1a99df8 gsm/gsm48_ie: Fix frequency list decoding by Andreas.Eversberg · 13 years ago
  23. 7e1a622 sms: Fix style issues with the code, add spaces after keywords by Holger Hans Peter Freyther · 13 years ago
  24. 291e613 sms: SMS where cropped (from VTY), concatenation of SMS where not possible by Dennis Wehrle · 13 years ago
  25. 584427c lapdm: fix memory leak due to unreachable code by Harald Welte · 13 years ago
  26. f4d45ab gsm 08.08: use ANSI function definition with (void) by Harald Welte · 13 years ago
  27. 79599ba tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xff by Harald Welte · 13 years ago
  28. 4876dcf gprs_cipher_core: Fix potential buffer overflows by Harald Welte · 13 years ago
  29. 0c83670 GSM 08.08: Fix generation of CIPHER MODE REJECT by Harald Welte · 13 years ago
  30. 9b837e6 gsm 08.08: add value_strings and gsm0808_msg_name() function by Harald Welte · 13 years ago
  31. 8264e09 lapdm: make sure we flush all queues whenever entering IDLE state by Harald Welte · 13 years ago 0.3.4
  32. 7721a77 make sure abis_nm <-> osmocom pchan type conversion always works by Harald Welte · 13 years ago
  33. 7ca604b LAPDm: Uplink SACCH frames use format B, not format B4 by Harald Welte · 13 years ago
  34. 6420774 LAPDm: When Rx DATA from L1, L1 does not know the SAPI by Harald Welte · 13 years ago
  35. 1f0b8c2 add LAPDm code from osmocom-bb into libosmocore by Harald Welte · 13 years ago 0.3.3
  36. ea19c97 import gsm0502_calc_paging_group() from openbsc by Harald Welte · 13 years ago 0.3.2
  37. 94df39e add some utility functions for paging related calculation (TS 05.02) by Harald Welte · 13 years ago
  38. 2aee7b1 add gsm48_number_of_paging_subchannels() function by Harald Welte · 13 years ago
  39. 2a68c7c gsm/utils: Adding conversion of "mobile power class" to dBm by Andreas Eversberg · 13 years ago
  40. 620f7ab sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI types by Harald Welte · 13 years ago
  41. cf7e5da add value_string definitions for RSL message types by Harald Welte · 13 years ago
  42. f269950 gsm/sysinfo: Fix rsl2sitype array size by Sylvain Munaut · 13 years ago
  43. 8c6be75 gsm/sysinfo: don't include netinet/in.h by Harald Welte · 13 years ago
  44. 11c7193 Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbsc by Harald Welte · 13 years ago
  45. b550313 Import sytem information related definitions + code from openbsc by Harald Welte · 13 years ago
  46. ea4b12a abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_name by Harald Welte · 13 years ago
  47. 61dc63e rename abis_nm_adm_name() to abis_nm_adm_state_name() by Harald Welte · 13 years ago
  48. f7a1bcc abis_nm: import definitions and common code on A-bis OML from OpenBSC by Harald Welte · 13 years ago
  49. 7533705 libosmocore: bump library interface version to '1' for new osmo_ names by Harald Welte · 13 years ago
  50. 2c34867 plugin: use namespace prefix osmo_* by Pablo Neira Ayuso · 13 years ago
  51. 87f7b25 utils: use namespace prefix osmo_* by Pablo Neira Ayuso · 13 years ago
  52. f1d3344 gsm/a5: Add a A5 1&2 implementation by Sylvain Munaut · 13 years ago
  53. 36bdf2c bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c by Pablo Neira Ayuso · 13 years ago
  54. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  55. fba495e This patch moves the GSM-specific functions to the new library by Pablo Neira Ayuso · 13 years ago