aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
AgeCommit message (Expand)AuthorFilesLines
2012-10-27Add "extern" keywordsTobias Engel1-5/+5
2012-09-07USSD: text is 'char' not uint8_tHarald Welte1-1/+1
2012-08-24GSM 04.08: Add 'enum gsm48_bcap_speech_ver'Harald Welte1-0/+9
2012-08-24GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte2-0/+79
2012-08-24GSM 08.58: Add channel modes for transparent data servicesHarald Welte1-4/+20
2012-07-14TLV: add new "vTvLV" type for GANHarald Welte1-1/+97
2012-07-13import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.cHarald Welte1-0/+2
2012-06-30build: simplify headers management and remove recursionDiego Elio Pettenò2-14/+0
2012-06-29GAN/UMA: use correct IE Identifier foer T3920Harald Welte1-2/+2
2012-06-24ganc: add value_strings for GAN message type and protocol discriminatorHarald Welte2-1/+10
2012-06-2444.318: Add missing message typesHarald Welte1-0/+3
2012-06-24Fix bit-endianness in UMA/GAN definitionsHarald Welte1-2/+19
2012-06-2444.318: add structure describing Control Channel Description IEHarald Welte1-0/+19
2012-06-23gsm_44_318: add protocol discriminator enum and data[0] array to hdrHarald Welte1-0/+8
2012-06-23gsm_44_318.h: fix syntax errors in GAN definitionsHarald Welte1-2/+2
2012-06-17add GPRS/Gb related osmo_prim SAPsHarald Welte1-0/+5
2012-04-19add GSM_LCHAN_PDTCHHarald Welte1-0/+1
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut7-7/+7
2012-02-07libosmocore/gsm: Fixed total size of gsm48_req_refAndreas Eversberg1-3/+3
2012-01-26GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte1-1/+2
2012-01-22TLV/msgb: Return first byte of newly-pushed data from msgb_*_push()Harald Welte1-14/+28
2011-12-06comp128: mark ki and srand as 'const' input parametersHarald Welte1-1/+1
2011-12-01SMS: export gsm411_bcdify() and gsm411_unbcdify() functionsHarald Welte1-0/+6
2011-11-17gsm/a5: Add documentationSylvain Munaut1-0/+14
2011-11-17gsm/a5: Add const qualifier on the keySylvain Munaut1-3/+3
2011-11-12include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1ASylvain Munaut1-1/+2
2011-11-12gsm/sms: Rewrite of SMR process, extracted from OpenBSCAndreas Eversberg2-1/+46
2011-11-12gsm/sms: Rewrite of SMC process, extracted from OpenBSCAndreas Eversberg3-4/+67
2011-11-12gsm/sms: Moved utility functions of SMS processing to new gsm0411_utils.cAndreas.Eversberg2-1/+32
2011-11-12gsm/lapdm: Fix TA and power level handling in the ACCH headerAndreas.Eversberg1-2/+5
2011-11-12gsm/lapdm: Make T200 timer depends on the link type (SACCH is slower)Andreas.Eversberg1-1/+1
2011-10-10add header file containing UMA/GAN protocol definitionsHarald Welte2-1/+154
2011-10-10Split of LAPDm into a core part and a GSM specific partroot3-49/+175
2011-09-05correct declaration of osmo_sitype2rslAlexander Huemer1-1/+1
2011-09-02RSL: add rsl_ipac_msg_name() for ipa specific RSL extension namesHarald Welte1-0/+1
2011-08-18doxygen: document some more structure members for RSLHarald Welte1-14/+21
2011-08-17doxygen: Add documentation for Abis OMLHarald Welte2-25/+69
2011-08-17doxygen: split VTY configuration in multiple filesHarald Welte1-0/+11
2011-08-17RSL: add doxygen documentationHarald Welte1-9/+17
2011-08-17doxygen: Add documentation for LAPDm codeHarald Welte1-60/+78
2011-08-17doxygen: Add documentation about TLV parserHarald Welte1-13/+58
2011-07-24sms: SMS where cropped (from VTY), concatenation of SMS where not possibleDennis Wehrle1-0/+5
2011-07-23don't call a function argoment 'class' for the benefit of c++ usersHarald Welte1-1/+1
2011-07-23ipaccess: Reserve an extensions for an external SMSC connectionHolger Hans Peter Freyther1-0/+1
2011-07-16gsm 04.80: fix typo (256, not 265!)Harald Welte1-2/+2
2011-07-16gsm 04.80: ussd_request.text can contain 0xff, needs to be unsignedHarald Welte1-1/+1
2011-07-16gsm 08.08: use ANSI function definition with (void)Harald Welte1-1/+1
2011-07-16tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xffHarald Welte1-2/+2
2011-07-11gsm 08.08: add value_strings and gsm0808_msg_name() functionHarald Welte1-0/+3
2011-06-27add LAPDm code from osmocom-bb into libosmocore0.3.3Harald Welte2-1/+187