Commit Graph

13 Commits

Author SHA1 Message Date
Oleg Zhurakivskyy 3e0e183d4c gprs-provision: Fix crash if no SPN present 2011-12-02 12:53:44 -06:00
Marcel Holtmann 53e26e9d1e tools: Update copyright information 2011-10-10 13:40:30 -07:00
Denis Kenzior 9bcce86ade examples: Add a simple private-network driver 2011-05-24 13:20:31 -05:00
Denis Kenzior 0b1ac1eaf5 emulator: Create both emulator types in example 2011-04-19 20:20:04 -05:00
Lucas De Marchi c01140c851 examples: handle cancelled history status 2011-03-18 18:31:14 -05:00
Denis Kenzior f07ad65af4 emulator: Add example TCP based emulator 2011-02-10 00:34:47 -06:00
Jukka Saunamaki 10a2784f36 gprs-provision: update example with SPN 2011-02-08 21:56:54 -06:00
Jeevaka Badrappan 8387e79257 examples: fix issue with dst print 2011-02-02 10:43:37 -06:00
Denis Kenzior 5e5eed9f83 examples: Update gprs-provision to the new API 2011-01-26 14:55:58 -06:00
Jukka Saunamaki b186231ad2 gprs-provision: add example context provisioning driver 2011-01-26 14:55:58 -06:00
Denis Kenzior 939d66db51 examples: Add network name handling to history 2010-12-16 18:40:19 -06:00
Lucas De Marchi 00cdf2b427 examples: explicitly compare pointers to NULL
This patch was generated by the following semantic patch
(http://coccinelle.lip6.fr/)

// <smpl>
@fix disable is_null,isnt_null1@
expression *E;
@@

- !E
+ E == NULL
// </smpl>
2010-11-29 11:59:07 -06:00
Marcel Holtmann 88f1b3c85e build: Move example plugins to its own directory 2010-10-01 07:44:09 +02:00