aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-10Fix debian packagingCiaby2-0/+7
2014-11-10bssgp: Fix VTY command 'show bssgp nsei N'Jacob Erlbeck1-1/+1
2014-10-27osmo-sim-test: Fix read_binary() return checkHarald Welte1-1/+1
2014-10-27sim: reader_pcsc:Remove dead codeHarald Welte1-2/+0
2014-10-27pcsc: Fix the include pathHolger Hans Peter Freyther1-2/+2
2014-10-26sttrb / loggingrb: Use GPLv2+ as license, not AGPLv3+Harald Welte4-4/+4
2014-10-26Change copyright notice of ipa.c to GPLv2+Harald Welte1-4/+4
2014-10-26Change license of gsm0411_smc/smr to GPLv2+Harald Welte3-12/+12
2014-10-26Change license of libosmogb from AGPLv3+ to GPLv2+Harald Welte9-36/+36
2014-10-26Merge branch 'laforge/sim'Harald Welte20-4/+3085
2014-10-26remove doxygen_sqlite3.db during 'make clean'Harald Welte1-1/+1
2014-10-26make sure to register DF.TELECOM and DF.GSM for SIM, USIM + TSIMHarald Welte5-44/+58
2014-10-26sim: More talloc return NULL checkingHarald Welte1-0/+8
2014-10-26sim: add missing const to reader_ops member of reader_handleHarald Welte1-1/+1
2014-10-26sim: Prepare infrastructure for protocols != T=0 and other driversHarald Welte5-20/+59
2014-10-26sim: More comments in sim.hHarald Welte1-12/+44
2014-10-26sim: Make TETRA SIM (TSIM) support compileHarald Welte3-183/+143
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: Make osmo-sim-test compile againHarald Welte1-1/+1
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 Welte2-1/+316
2014-10-26sim: Add sfi to EF_*() macrosHarald Welte1-11/+14
2014-10-26sim: Add minimal/recommended size of file / recordHarald Welte1-15/+29
2014-10-26sim: further updates/fixesHarald Welte5-4/+19
2014-10-26sim: add decoding of status wordsHarald Welte3-4/+65
2014-10-26sim: replaced function/structure comments with doxygen commentsKevin Redon2-27/+51
2014-10-26sim: add comment/explaination for structure osim_msgb_cbKevin Redon1-4/+5
2014-10-26sim: add comment/explaination for structure osim_apdu_cmd_hdrKevin Redon1-5/+6
2014-10-26sim: added utils/osmo-sim-test to .gitignoreKevin Redon1-0/+1
2014-10-26sim: renamed case to the one defined in ISO7816-3Kevin Redon3-24/+24
2014-10-26sim: add comment/explaination for structure osim_apdu_caseKevin Redon1-8/+8
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 Welte2-5/+8
2014-10-26sim: Use autotools for libpcsc-lite linkageHarald Welte2-4/+18
2014-10-26sim: add copyright notices and merge file_codec.c into core.cHarald Welte9-45/+186
2014-10-26sim: osmo-sim-test: Also dump binary filesHarald Welte1-10/+39
2014-10-26initial checkin of 'libosmosim'Harald Welte17-2/+2147
2014-10-26msgb: make msgb_get() finally work as expectedHarald Welte1-1/+1
2014-10-25misc: Ignore the new test file as wellHolger Hans Peter Freyther1-0/+1
2014-10-25bssgp: Include sys/socket.h for AF_INET on FreeBSDHolger Hans Peter Freyther1-0/+1
2014-10-23gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsgJacob Erlbeck3-20/+30
2014-10-23gprs/test: Add BSSGP testsJacob Erlbeck4-2/+168
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 Freyther2-4/+11
2014-10-09gprs-ns/test: Check the nsvc state explicitelyJacob Erlbeck1-0/+7
2014-10-09gprs-ns/test: Re-add return value check for gprs_nsvc_resetHolger Hans Peter Freyther1-1/+3
2014-10-09gprs-ns: Fix reset state handlingJacob Erlbeck3-11/+27
2014-10-09gprs-ns: Let gprs_nsvc_reset return a valueJacob Erlbeck2-3/+8