summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* authentication: More documentationHarald Welte2012-07-181-17/+27
* backtrace: Add a variant that uses the libosmocore logging frameworkHarald Welte2012-07-141-0/+1
* TLV: add new "vTvLV" type for GANHarald Welte2012-07-141-1/+97
* import gsm48_decode_lai() function from osmocom-bb/mobile sysinfo.cHarald Welte2012-07-131-0/+2
* timer: Add function osmo_timer_remaining() to determine remainign timeHarald Welte2012-07-131-1/+3
* VTY: Allow to compile vty.h and command.h headers with C++Andreas Eversberg2012-07-122-3/+11
* logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther2012-07-121-1/+1
* logging: Avoid compiler warnings when compiling c++ codeAndreas Eversberg2012-07-101-2/+2
* codec: make data tables constant.Diego Elio Pettenò2012-06-301-12/+12
* build: use the standard AM_V_GEN definition for output.Diego Elio Pettenò2012-06-301-2/+1
* build: simplify headers management and remove recursionDiego Elio Pettenò2012-06-3010-69/+104
* GAN/UMA: use correct IE Identifier foer T3920Harald Welte2012-06-291-2/+2
* ganc: add value_strings for GAN message type and protocol discriminatorHarald Welte2012-06-242-1/+10
* 44.318: Add missing message typesHarald Welte2012-06-241-0/+3
* Fix bit-endianness in UMA/GAN definitionsHarald Welte2012-06-241-2/+19
* 44.318: add structure describing Control Channel Description IEHarald Welte2012-06-241-0/+19
* gsm_44_318: add protocol discriminator enum and data[0] array to hdrHarald Welte2012-06-231-0/+8
* gsm_44_318.h: fix syntax errors in GAN definitionsHarald Welte2012-06-231-2/+2
* linuxrbtree: don't use 'new' as argument name to avoid C++ incompatibilityHarald Welte2012-06-181-1/+1
* libosmogb: move files to proper location and fix buildHarald Welte2012-06-179-2/+637
* add GPRS/Gb related osmo_prim SAPsHarald Welte2012-06-171-0/+5
* add library VTY nodes for NS and BSSGPHarald Welte2012-06-161-0/+2
* signal: add SS_L_NS as a signal subsystem for NS code in libosmo-gbHarald Welte2012-06-161-0/+1
* add GSM_LCHAN_PDTCHHarald Welte2012-04-191-0/+1
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-1826-26/+26
* vty: Add a function to write the current config to a file.Holger Hans Peter Freyther2012-03-281-0/+3
* auth_milenage/osmo-auc-gen: compute OPC in case only OP is knownHarald Welte2012-03-211-0/+1
* misc: Fix warning when compiling telnet_interface.cHolger Hans Peter Freyther2012-03-161-0/+1
* vty/telnet: Add function to allow binding telnet interface to custom IP/Inter...Sylvain Munaut2012-03-011-0/+1
* gsmtap: Add GSMTAP_GPRS_CS() / GSMTAP_GPRS_MCS()Harald Welte2012-02-081-0/+8
* libosmocore/gsm: Fixed total size of gsm48_req_refAndreas Eversberg2012-02-071-3/+3
* GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte2012-01-261-1/+2
* gsmtap: make sure we agree with wireshark on GSMTAP channel typesHarald Welte2012-01-261-2/+2
* TLV/msgb: Return first byte of newly-pushed data from msgb_*_push()Harald Welte2012-01-221-14/+28
* msgb_trim(): actually trim to an absolute length, as the comment statesHarald Welte2012-01-141-5/+3
* msgb: introduce msgb_trim() and msgb_l3trim() to trim msgb'sHarald Welte2012-01-141-0/+28
* auth_core: don't use anonymous unions to make certain gcc versions happyHarald Welte2011-12-071-1/+1
* auth_core: add functions for parsing algorithm namesHarald Welte2011-12-071-0/+3
* Add a generic abstraction for GSM/3G authentication algorithmsHarald Welte2011-12-062-1/+88
* comp128: mark ki and srand as 'const' input parametersHarald Welte2011-12-061-1/+1
* SMS: export gsm411_bcdify() and gsm411_unbcdify() functionsHarald Welte2011-12-011-0/+6
* core/conv: Add utility methods to know length of coded/decoded vectorsSylvain Munaut2011-11-241-0/+6
* core/conv: Add support for other termination types (trunc & tail biting)Sylvain Munaut2011-11-241-6/+25
* core/conv: Minor documentation improvementsSylvain Munaut2011-11-241-12/+18
* gsm/a5: Add documentationSylvain Munaut2011-11-171-0/+14
* gsm/a5: Add const qualifier on the keySylvain Munaut2011-11-171-3/+3
* utils: Add declaration back for osmo_osmo_hexdump_nospcSylvain Munaut2011-11-131-0/+1
* include/gsm_04_11: Fix compatibility issue with GSM411_TMR_TC1ASylvain Munaut2011-11-121-1/+2
* gsm/sms: Rewrite of SMR process, extracted from OpenBSCAndreas Eversberg2011-11-122-1/+46
* gsm/sms: Rewrite of SMC process, extracted from OpenBSCAndreas Eversberg2011-11-123-4/+67