aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-18osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte2-1/+27
2014-08-17abis_nm: add abis_nm_msg_disc_names[] value_stringHarald Welte2-0/+10
2014-08-17abis_nm: introduce abis_nm_{osmo,ipa}_magic[]Harald Welte2-0/+5
2014-07-07gprs-ns: Re-initialize the list head and free the unknown_nsvcHolger Hans Peter Freyther1-0/+3
2014-07-01write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther3-5/+5
2014-06-22vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2-4/+4
2014-06-22write_queue: Avoid possible use-after-free if fd is read-/writableDaniel Willmann1-5/+18
2014-06-21update TS 08.08 header + TLV definitions to TS 48.008 / 11.7.0Harald Welte1-16/+149
2014-06-16gsm: Add Kasumi cipher implementationSylvain Munaut2-1/+187