1. c8a0b93 GSM 04.08: Add support for parsing CSD related bearer capabilities by Harald Welte · 12 years ago
  2. 7ccd318 gsm48_ie: annotate functions with chapter numbers from 04.08 spec by Harald Welte · 12 years ago
  3. 335aeda increaes libosmocgsm LIBVERSIN due to gsm_decode_lai() change by Harald Welte · 12 years ago 0.5.3
  4. 007a71e authentication: More documentation by Harald Welte · 12 years ago
  5. 2fe6847 TLV: add new "vTvLV" type for GAN by Harald Welte · 12 years ago
  6. a9250b9 gsm48_decode_lai(): return real integers for mcc/mnc, not hex! by Harald Welte · 12 years ago
  7. e866473 add gsm48_decode_lai() to map file by Harald Welte · 12 years ago
  8. 774a9de import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.c by Harald Welte · 12 years ago
  9. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  10. c17f570 ganc: add value_strings for GAN message type and protocol discriminator by Harald Welte · 12 years ago
  11. 973c3c3 LAPDm: Ensure there is no payload in DISC frames by Harald Welte · 12 years ago 0.4.2
  12. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  13. df90aed libosmogsm: Add tvlv_att_def to exported symbols by Harald Welte · 12 years ago
  14. 7c373bc misc: Fix make distcheck, add the new libosmogsm.map file to the tarball by Holger Hans Peter Freyther · 12 years ago
  15. 3e07144 lapdm: fix RSL message format in RLL ERROR INDICATION by Harald Welte · 12 years ago
  16. 1c72bfb libosmogsm: Introduce explicit list of exported symbols by Harald Welte · 12 years ago
  17. a72e47b auth_milenage/osmo-auc-gen: compute OPC in case only OP is known by Harald Welte · 12 years ago
  18. 042afe7 milenage: Add function to compute OPC from OP and K by Harald Welte · 12 years ago
  19. fb6a2e2 lapd: Remove unused variable t200_start in lapd_acknowledge. by Holger Hans Peter Freyther · 12 years ago
  20. 2dafed5 gsm/a5: Rewrite equation doc with proper numbering by Sylvain Munaut · 12 years ago
  21. 07b625d GSM 08.08: change gsm0808_create_classmark_update() prototype by Harald Welte · 12 years ago
  22. 65c2d36 GSM 08.08: Cleanup the code, remove lots of magic hard-coded numbers by Harald Welte · 12 years ago
  23. 3a5f08c lapdm: Make sure that the msgb_l3len(msg) == length... by Holger Hans Peter Freyther · 12 years ago
  24. 90656db lapd: Warn if someone attempts to send an empty message by Holger Hans Peter Freyther · 12 years ago
  25. 6ecafef lapd: Mention the L3 size of the payload being sent by Holger Hans Peter Freyther · 12 years ago
  26. 301f01e libosmocore/lapd: Fixed handling of sequence errors at lapd_core.c by Andreas.Eversberg · 12 years ago
  27. 4b6bc3b Fix generation of GPRS Routing Area in case of 3-digit MNC by Gus Bourg · 13 years ago
  28. d318e61 auth_core: add missing string.h include to reduce warnings by Harald Welte · 13 years ago
  29. aae2362 auth_core: don't use anonymous unions to make certain gcc versions happy by Harald Welte · 13 years ago
  30. 1726ec5 auth_milenage: we now copy RAND in auth_core, no need to do it twice by Harald Welte · 13 years ago
  31. 4afdd5d auth_core: Make sure we always save the RAND in the vector by Harald Welte · 13 years ago
  32. a5ab162 auth_core: add functions for parsing algorithm names by Harald Welte · 13 years ago
  33. 4b3fbd4 add milenage internal headers to ensure 'make dist' works by Harald Welte · 13 years ago
  34. 781bd5d Auth: Import milenage implementation from hostap (Jouni Malinen) by Harald Welte · 13 years ago
  35. d82e0eb Add a generic abstraction for GSM/3G authentication algorithms by Harald Welte · 13 years ago
  36. 39a287d comp128: mark ki and srand as 'const' input parameters by Harald Welte · 13 years ago
  37. 75524cb increment LIBVERSION of libosmocore for new api by Harald Welte · 13 years ago 0.3.11
  38. ad633b0 SMS: export gsm411_bcdify() and gsm411_unbcdify() functions by Harald Welte · 13 years ago
  39. 9a5f3b8 gsm/lapd_core: Make sure rc is initialize in lapd_rx_u by Sylvain Munaut · 13 years ago
  40. ad4a6a8 gsm/a5: Bit faster way to compute parity ... by Sylvain Munaut · 13 years ago
  41. 2735ac4 gsm/a5: Add documentation by Sylvain Munaut · 13 years ago
  42. 7f975d2 gsm/a5: Rewrite A5/2 algo to avoid the delayed bit by Sylvain Munaut · 13 years ago
  43. 3e387cb gsm/a5: Add const qualifier on the key by Sylvain Munaut · 13 years ago
  44. cc90d49 gsm/gsm0411_smc: Fix typo by Sylvain Munaut · 13 years ago
  45. 0d9b8ec include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1A by Sylvain Munaut · 13 years ago
  46. c1a91a8 gsm/sms: Rewrite of SMR process, extracted from OpenBSC by Andreas Eversberg · 13 years ago
  47. bbf9034 gsm/sms: Rewrite of SMC process, extracted from OpenBSC by Andreas Eversberg · 13 years ago
  48. d84f47a gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.c by Andreas.Eversberg · 13 years ago
  49. 153903c gsm/lapdm: Display SAPI in debug message for easier debug by Andreas.Eversberg · 13 years ago
  50. 816e178 gsm/lapdm: Fix UI frames from BTS->MS have length (B4 format) by Andreas.Eversberg · 13 years ago
  51. f1f80de gsm/lapdm: Fix TA and power level handling in the ACCH header by Andreas.Eversberg · 13 years ago
  52. cbed327 gsm/lapdm: Set N201 depending on the frame type by Andreas.Eversberg · 13 years ago
  53. 5ac4478 gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower) by Andreas.Eversberg · 13 years ago
  54. a42b699 gsm/lapdm: Add missing msgb_free in rslms_rx_rll error cases by Andreas.Eversberg · 13 years ago
  55. 5ad4ac8 lapd: Fixed possible double free buf in lapd_core.c by Andreas Eversberg · 13 years ago
  56. 17f56f3 update LIBVERSION to reflect new API additions by Harald Welte · 13 years ago 0.3.10
  57. 78122ab Added defines to use primitive/operation tuples in switch/case statements by Andreas Eversberg · 13 years ago
  58. 742fc79 LAPD: Moved timer handling into seperate functions by Andreas Eversberg · 13 years ago
  59. af48bed Split of LAPDm into a core part and a GSM specific part by root · 13 years ago
  60. ee876c9 LAPDm: Fix encoding of RLL ERROR IE by Harald Welte · 13 years ago 0.3.8
  61. eaac0cf gsm/gsm48_ie: Fix other range format decoding by Andreas.Eversberg · 13 years ago
  62. a24026a RSL: add rsl_ipac_msg_name() for ipa specific RSL extension names by Harald Welte · 13 years ago
  63. 71fd42f gsm/gsm48_ie: Fix Range 256 format decoding by Sylvain Munaut · 13 years ago
  64. d38c8b8 doxygen: Add main page for all three libraries by Harald Welte · 13 years ago
  65. 4e777c3 doxygen: Add documentation for Abis OML by Harald Welte · 13 years ago
  66. 8f2c7e5 RSL: add doxygen documentation by Harald Welte · 13 years ago
  67. 6bdf0b1 doxygen: Add documentation for LAPDm code by Harald Welte · 13 years ago
  68. 57c7d37 doxygen: Add documentation about TLV parser by Harald Welte · 13 years ago
  69. 1a99df8 gsm/gsm48_ie: Fix frequency list decoding by Andreas.Eversberg · 13 years ago
  70. 7e1a622 sms: Fix style issues with the code, add spaces after keywords by Holger Hans Peter Freyther · 13 years ago
  71. 291e613 sms: SMS where cropped (from VTY), concatenation of SMS where not possible by Dennis Wehrle · 13 years ago
  72. 584427c lapdm: fix memory leak due to unreachable code by Harald Welte · 13 years ago
  73. f4d45ab gsm 08.08: use ANSI function definition with (void) by Harald Welte · 13 years ago
  74. 79599ba tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xff by Harald Welte · 13 years ago
  75. 4876dcf gprs_cipher_core: Fix potential buffer overflows by Harald Welte · 13 years ago
  76. 0c83670 GSM 08.08: Fix generation of CIPHER MODE REJECT by Harald Welte · 13 years ago
  77. 9b837e6 gsm 08.08: add value_strings and gsm0808_msg_name() function by Harald Welte · 13 years ago
  78. 8264e09 lapdm: make sure we flush all queues whenever entering IDLE state by Harald Welte · 13 years ago 0.3.4
  79. 7721a77 make sure abis_nm <-> osmocom pchan type conversion always works by Harald Welte · 13 years ago
  80. 7ca604b LAPDm: Uplink SACCH frames use format B, not format B4 by Harald Welte · 13 years ago
  81. 6420774 LAPDm: When Rx DATA from L1, L1 does not know the SAPI by Harald Welte · 13 years ago
  82. 1f0b8c2 add LAPDm code from osmocom-bb into libosmocore by Harald Welte · 13 years ago 0.3.3
  83. ea19c97 import gsm0502_calc_paging_group() from openbsc by Harald Welte · 13 years ago 0.3.2
  84. 94df39e add some utility functions for paging related calculation (TS 05.02) by Harald Welte · 13 years ago
  85. 2aee7b1 add gsm48_number_of_paging_subchannels() function by Harald Welte · 13 years ago
  86. 2a68c7c gsm/utils: Adding conversion of "mobile power class" to dBm by Andreas Eversberg · 13 years ago
  87. 620f7ab sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI types by Harald Welte · 13 years ago
  88. cf7e5da add value_string definitions for RSL message types by Harald Welte · 13 years ago
  89. f269950 gsm/sysinfo: Fix rsl2sitype array size by Sylvain Munaut · 13 years ago
  90. 8c6be75 gsm/sysinfo: don't include netinet/in.h by Harald Welte · 13 years ago
  91. 11c7193 Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbsc by Harald Welte · 13 years ago
  92. b550313 Import sytem information related definitions + code from openbsc by Harald Welte · 13 years ago
  93. ea4b12a abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_name by Harald Welte · 13 years ago
  94. 61dc63e rename abis_nm_adm_name() to abis_nm_adm_state_name() by Harald Welte · 13 years ago
  95. f7a1bcc abis_nm: import definitions and common code on A-bis OML from OpenBSC by Harald Welte · 13 years ago
  96. 7533705 libosmocore: bump library interface version to '1' for new osmo_ names by Harald Welte · 13 years ago
  97. 2c34867 plugin: use namespace prefix osmo_* by Pablo Neira Ayuso · 13 years ago
  98. 87f7b25 utils: use namespace prefix osmo_* by Pablo Neira Ayuso · 13 years ago
  99. f1d3344 gsm/a5: Add a A5 1&2 implementation by Sylvain Munaut · 13 years ago
  100. 36bdf2c bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c by Pablo Neira Ayuso · 13 years ago