summaryrefslogtreecommitdiff
path: root/cleopatre/application/libmme
AgeCommit message (Collapse)Author
2013-04-08cleo/{app/libmme,devkit/tests/libmme}: reorder fmi field data, closes #3908Marko Stankovic
2013-03-08cleo/app/{libmme, libspid}: avoid line too long in makefileThierry Carré
2013-03-08cleo/app/{libmme, libspid}: rewrite 'includes' and 'cflags'Thierry Carré
"-Wall" added in EXTRA_CFLAGS
2013-03-08cleo/app: rename 'base' by 'cleo_dir' in makefileThierry Carré
Rename done for 2 reasons : - It's more explicit. - Avoid confusion with cesar's Makefile, where BASE is mandatory.
2013-01-17{common,cleo}: ignore generated files when building image, closes #3677Jérémy Dufour
2012-12-11cleo/application/libmme: clean targets from makefile, closes #3410Nélio Laranjeiro
* $(MMTCGEN)/parser.py: $(MMTCGEN)/parser.g is handled by mmtcgen's Makefile * $(MMETYPES): $(MMTCGEN)/parser.py is not used in the libmme Makefile
2012-11-30cleo/app: update applications to use the response file, closes #3416Olivier Dufour
2012-11-29cleo/Makefile: fix libmme compilation error in bundle, closes #3475Olivier Dufour
2012-10-22cleo/app/libmme: Give the correct ctx to mme_oui_check, refs #3381Olivier Dufour
2012-10-17cleo/app/libmme: Add support for VS MME, closes #3381Olivier Dufour
2012-10-17cleo/app/libmme: split mme_send function, refs #3436Olivier Dufour
Add mme_header_prepare and mme_prepare functions that fill respectively the MME Header and the MME Entry block. It helps unit testing and readability of the mme_send function.
2012-10-17cleo/app/libmme: Use ethernet.h instead of local redefinitions, closes #3325Olivier Dufour
2012-10-10cleo/application/libmme: handle correctly the MME FMI field, closes #3326Nélio Laranjeiro
2012-09-07cleopatre: allow the bundle to compile without mmtcgen, refs #409Nélio Laranjeiro
2012-09-07cleopatre: keep mmtypes.h files for libmme and plcdrv, refs #409Nélio Laranjeiro
2012-09-07cleopatre/application: integrate mmtcgen, refs #409Nélio Laranjeiro
2012-07-18cleo/{app,devkit/plcd}/Makefile: fix dependency on "obj" dir, refs #3255Yacine Belkadi
The "obj" directory needs to be created before any "*.o" file. So "$(OBJPATH)" needs to be a prerequisite of the "$(OBJS)" target, instead of the final binary's target. By using the "|" of GNU Make, the "$(OBJPATH)" target is only made if "obj" doesn't exist, without considering the directory's timestamp. As a consequence, the "-p" option of "mkdir -p obj" is not necessary.
2012-04-10cleopatre: link libspid with libmme, refs #3065Nélio Laranjeiro
2012-03-29cleopatre/application: add remove obj dir on clean command, refs #3046Nélio Laranjeiro
2011-12-20cleo/app/libmme: fix compilation warnings, no refsCyril Jourdan
2011-12-20cleo/devkit/tests: use cesar build system for libmme utests, refs #2772Cyril Jourdan
2011-10-13cleo: add/update some .gitignore files, closes #2773Yacine Belkadi
Add and/or update some .gitignore files to get a clean "git status" result.
2011-08-17cleo/{app/{libmme,libspid},devkit/tests}: change ETH_P_ALL to ETH_P_HPAV, ↵Milan Stevanovic
closes #2650 Cherry-pick [f89452a16c5f] and [88b57e47ff37] from EoC branch: - in libmme change ETH_P_ALL to ETH_P_HPAV, - update libspid and libmme Makefile, - update utests Makefile.
2011-08-17cleo/app/libmme: apply coding rules, refs #2650Milan Stevanovic
Cherry-pick [25f224e0a868d5] from EoC branch.
2010-06-22cleo/appli/libmme: find right interface if NULL, closes #1669lefranc
- if iface is NULL for send, the right interface is guessed according to the destination - if iface is NULL for listen, both bridge and loopback are listen to git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7245 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-06-22cleo/appli/libmme: remove redefine of ETH_P_HPAVlefranc
- use define from linux kernel instead git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7242 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-06-03cleo/appli/libmme: fix definition of VS_ETH_STATS mmtype, closes #992lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7157 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-07cleo/apps/libmme: add timeout to mme_listen, no refssutic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7007 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-05-04cleo/appli/libmme: fix bad MME type listening, closes #1532lefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6970 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-04-16cleo/appli/libmme: introduce VS and MS MME base typelefranc
- and add some VS_EOC MMEs git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6926 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-02-17cleo/appli/libmme: adjust MME max payload length definelefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6734 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-02-16cleo/plcd: generate several DRV_STA_SET_CONFIG MME if needed, closes #1240lefranc
- if internal.conf is longer than an MME packet, several MME are built and sent sequencially git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6726 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-02-01cleo/appli/managerd: add VS_ETH_STATS MMElefranc
- unit tests included git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6682 017c9cb6-072f-447c-8318-d5b54f68fe89
2010-01-07cleo/appli/libmme: typo fixes and SPiDCOM OUIlefranc
- use ETH_ALEN for mac-address length - add SPIDCOM OUI define git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6592 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-29cleo/appli/libmme: fill MME_VERSION field before sending an MMElefranc
- closes #649 git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6265 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-28cleo/appli/{libmme,libspid}: adapt Makefile to new common include dirlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6248 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-20cleo/appli/libmme: add all VS MME type defineslefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6193 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-14cleo/libmme: add ETH_P_HPAV typelefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6110 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-10-09[CLEO][LIBMME] Preventd fragmentation info negative value - correcetd the ↵draskovic
bug in which number of packets can be 0. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6061 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-17[CLEO][TESTS]Moved libmme and spidlib tests under devkit testssave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5245 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-14[CLEO][LIBMME] Reverting old utest files aresed by misstake.draskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5241 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-14[CLEO][PLCD] Adding unitary tests.draskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5240 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-14[CLEO][APP]Changed .d file detection for Makefilessave
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5233 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-13[CLEO][BUILDROOT]Adapted Applications Makefile to buildroot processsave
For Applications : afe, libmme, spidlib Makefile can now be done directly or through buildroot process git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5226 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-06[LIBMME] Changet test to match new function prototypes and to test libmme ↵draskovic
timeout detection git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5180 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-05Changed path to utests_makerulesdraskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5173 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-08-05Added missing socket close()draskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5164 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-07-17[cleopatre][libmme] changed prototypes to add a result_length paramlefranc
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5001 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-07-07[CLEO][LIBMME] Corrected bugs in libmme. Added check for packet order. All ↵draskovic
tests are passing. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4900 017c9cb6-072f-447c-8318-d5b54f68fe89
2009-07-01[CLEO] Corrected bugs im libmme shown by testing.draskovic
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4875 017c9cb6-072f-447c-8318-d5b54f68fe89