aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-10-26sim: Make TETRA SIM (TSIM) support compileHarald Welte2-183/+134
2014-10-26sim: Only one default_decode() function for all card typesHarald Welte5-37/+15
2014-10-26sim: Add 3GPP TS 31.103 ISIM definitionsHarald Welte2-1/+117
2014-10-26sim: Update to latest SIM/USIM specs and include size informationHarald Welte3-175/+335
2014-10-26sim: reader_pcsc.c: Avoid compiler warnings by using pcsc-lite LONGHarald Welte1-3/+3
2014-10-26sim: mark osim_msgb_cb as __may_alias__ to avoid gcc warningsHarald Welte1-0/+315
2014-10-26sim: further updates/fixesHarald Welte4-3/+16
2014-10-26sim: add decoding of status wordsHarald Welte1-2/+54
2014-10-26sim: replaced function/structure comments with doxygen commentsKevin Redon1-8/+12
2014-10-26sim: renamed case to the one defined in ISO7816-3Kevin Redon2-18/+18
2014-10-26sim: comment/explain signature of osim_new_apdumsgKevin Redon1-2/+9
2014-10-26sim: strip the SW from the returned data, as SW is passed in msgb->cbHarald Welte1-2/+5
2014-10-26sim: Use autotools for libpcsc-lite linkageHarald Welte1-4/+8
2014-10-26sim: add copyright notices and merge file_codec.c into core.cHarald Welte8-39/+163
2014-10-26initial checkin of 'libosmosim'Harald Welte10-0/+1487
2014-10-23gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsgJacob Erlbeck1-18/+26
2014-10-13Move common socket routine into separate functionMax1-29/+24
2014-10-10bssgp: Free msgb in case of error when calling into gprs_ns_sendmsgHolger Hans Peter Freyther1-0/+3
2014-10-09gprs-ns: Fix reset state handlingJacob Erlbeck1-5/+4
2014-10-09gprs-ns: Let gprs_nsvc_reset return a valueJacob Erlbeck1-2/+7
2014-10-03build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt5-5/+10
2014-09-25misc: Look into the build directory for generated filesHolger Hans Peter Freyther4-4/+4
2014-09-23gprs: Set bssgph field in bssgp_msgb_alloc()Jacob Erlbeck1-1/+3
2014-09-23gprs: Fix bssgp_rcvmsg to handle signalling msgs with BVCI IEJacob Erlbeck1-3/+7
2014-09-23gprs: Fix and check BVCI in BSSGP STATUS messagesJacob Erlbeck2-1/+15
2014-09-11Fix copyright header in gan.cHarald Welte1-4/+4
2014-09-11add missing copyright statements to source code filesHarald Welte5-0/+106
2014-08-25logging: Add ability to save/print current log filtersHarald Welte2-3/+7
2014-08-24libctrl: Add support for 'deferred control commands'Harald Welte2-0/+77
2014-08-21ctrl: Attempt fix the build on FreeBSD and add include fileHolger Hans Peter Freyther1-0/+1
2014-08-21prepare for 0.7.0 release0.7.0Harald Welte3-3/+3
2014-08-21rename controlif_setup() to ctrl_interface_setup()Harald Welte1-2/+2
2014-08-21libctrl: Make two internal helper functions staticHarald Welte1-2/+2
2014-08-21libctrl: Move bulk of control node lookup inti libosmoctrlHarald Welte1-3/+127
2014-08-21libctrl: remove 'struct gsm_network' referencesHarald Welte1-4/+4
2014-08-21libctrl: adopt to recent ipaccess/ipa naming changeHarald Welte1-2/+3
2014-08-21libctrl: autotools build system integrationHarald Welte1-5/+10
2014-08-21libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte3-28/+33
2014-08-21libctrl: Avoid using external tall_bsc_ctxHarald Welte1-6/+6
2014-08-21libctrl: remove openbsc headers, convert from make_sock to libosmocoreHarald Welte2-19/+9
2014-08-21libctrl: Remove reference to 'DNAT' in favor of 'DCTRL'Harald Welte1-1/+1
2014-08-21libctr: rename/move control interface to libosmocore naming schemeHarald Welte3-0/+1071
2014-08-21gsm0808: Fix copy and paste pointed out by clangHolger Hans Peter Freyther1-1/+1
2014-08-21macaddr: Add some code for FreeBSD (it should work on the others too)Holger Hans Peter Freyther1-0/+41
2014-08-21ipa: use %z as format string whne printing sizeof() resultHarald Welte1-1/+1
2014-08-21ipa: fix compiler warning regarding printf (%d -> %lu)Harald Welte1-1/+1
2014-08-21macaddr: add #include unistd.h for close() functionHarald Welte1-0/+1
2014-08-20ipa: rename functions for consistencyHarald Welte3-24/+39
2014-08-20import various generic IPA related functions from libosmo-abisHarald Welte2-1/+448
2014-08-18Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte1-0/+26