anna.git
6 years agoImprove flags uncertainty. Warning when provided with name attribute
Eduardo Ramos Testillano [Tue, 1 Aug 2017 21:23:15 +0000 (23:23 +0200)]
Improve flags uncertainty. Warning when provided with name attribute

6 years agoImprove help
Eduardo Ramos Testillano [Sun, 16 Jul 2017 12:19:19 +0000 (14:19 +0200)]
Improve help

6 years agoMinor fixes
Eduardo Ramos Testillano [Sun, 16 Jul 2017 11:57:18 +0000 (13:57 +0200)]
Minor fixes

6 years agoClarify
Eduardo Ramos Testillano [Tue, 11 Jul 2017 08:00:43 +0000 (10:00 +0200)]
Clarify

6 years agoCore creation
Eduardo Ramos Testillano [Thu, 6 Jul 2017 10:51:25 +0000 (12:51 +0200)]
Core creation

6 years agoFix offset
Eduardo Ramos Testillano [Fri, 30 Jun 2017 13:09:05 +0000 (15:09 +0200)]
Fix offset

6 years agoFixes and improvements
Eduardo Ramos Testillano [Fri, 30 Jun 2017 01:06:24 +0000 (03:06 +0200)]
Fixes and improvements

* Allow zeroed cntRecordPeriod as special case (no counters dump)
  instead of throwing exception for invalid time measure.
* Remove symlink to services_example in st client deployment and
  improve help to guide to correct configuration of services.
* Alert about restarting ADML processes when dynamic library has
  been updated/selected.
* Fixed ApplicationMessageOamModule key (eventId now includes
  %s_%s instead of %s%s to avoid possible ambiguity in a key
  definition from to values.
* Hide exception for non Result-Code in diameter answer,
  because this AVP is optional even in some answers.
* Initialize resultCode to -1 instead of 0 to avoid having a
  ResultCode0 as counter prefixes.
* Remove warning from OriginHostManager::getOriginHost when
  item is not found, because this is used also to discard
  redefinitions when something already exists in the map.
* CodecEngine getter has been fixed to cover the monostack
  case where the stack id does not correspond to the app id
  in the requests but the value of 0 (normally).
* Clarify MessageDeque warnings when answer is analyzed
  during configured from original request: this seems to
  be missing warnings from request message findings but
  that are coming from answer !

6 years agoNiceness set to 5 for ADML
Eduardo Ramos Testillano [Tue, 27 Jun 2017 20:14:57 +0000 (22:14 +0200)]
Niceness set to 5 for ADML

6 years agoAuto-reset hard/soft for further cycles
Eduardo Ramos Testillano [Tue, 27 Jun 2017 17:45:09 +0000 (19:45 +0200)]
Auto-reset hard/soft for further cycles

If no timeout is configured for a TC, it could happen that next
cycle reach the same TC still in progress. Auto-reset is soft by
default, but you could configure for this kind of scenarios.

Then, auto-reset will hard reset the TC dumping a Failed report
(hint is about hard reset of in-progress TC) and then will be
initialized and started again.

6 years agoApp counters including message name and result code if proceed
Eduardo Ramos Testillano [Mon, 26 Jun 2017 12:04:55 +0000 (14:04 +0200)]
App counters including message name and result code if proceed

6 years agoOriginHostManager to abstract Procedure (dyamic) from knowing the OriginHost node
Eduardo Ramos Testillano [Mon, 26 Jun 2017 10:21:17 +0000 (12:21 +0200)]
OriginHostManager to abstract Procedure (dyamic) from knowing the OriginHost node

6 years agoRPATH skipped. Added testing so library. Improve support for default CCR configuratio...
Eduardo Ramos Testillano [Sun, 25 Jun 2017 19:28:20 +0000 (21:28 +0200)]
RPATH skipped. Added testing so library. Improve support for default CCR configuration in st client

6 years agoRPATH skipped. Added testing so library. Improve support for default CCR configuratio...
Eduardo Ramos Testillano [Sun, 25 Jun 2017 19:28:20 +0000 (21:28 +0200)]
RPATH skipped. Added testing so library. Improve support for default CCR configuration in st client

6 years agoRemove warnings
Eduardo Ramos Testillano [Sun, 25 Jun 2017 16:19:51 +0000 (18:19 +0200)]
Remove warnings

6 years agotypo
Eduardo Ramos Testillano [Thu, 22 Jun 2017 15:36:11 +0000 (17:36 +0200)]
typo

6 years agoImprovements for missing gtest resources and other stuff
Eduardo Ramos Testillano [Thu, 22 Jun 2017 09:41:46 +0000 (11:41 +0200)]
Improvements for missing gtest resources and other stuff

6 years agoFix symlinks
Eduardo Ramos Testillano [Thu, 22 Jun 2017 07:23:06 +0000 (09:23 +0200)]
Fix symlinks

6 years agoAdd anna_ to libraries and examples
Eduardo Ramos Testillano [Mon, 19 Jun 2017 09:41:53 +0000 (11:41 +0200)]
Add anna_ to libraries and examples

6 years agoFixes
Eduardo Ramos Testillano [Mon, 19 Jun 2017 03:05:49 +0000 (05:05 +0200)]
Fixes

st client: kill -9 to save time (ensure Re-start in time)
st client: program repeats common to dynamic and normal tests
deploy.sh: fix script with new build tree

6 years agoMore info about change compiler
Eduardo Ramos Testillano [Tue, 6 Jun 2017 22:25:10 +0000 (00:25 +0200)]
More info about change compiler

6 years agoFixes
Eduardo Ramos Testillano [Tue, 6 Jun 2017 22:18:42 +0000 (00:18 +0200)]
Fixes

6 years agoRemove scons files. Update README, gitignore and install targets.
Eduardo Ramos Testillano [Tue, 6 Jun 2017 21:52:50 +0000 (23:52 +0200)]
Remove scons files. Update README, gitignore and install targets.

6 years agoMigrate boost unit test to google test with cmake (ctest)
Eduardo Ramos Testillano [Tue, 6 Jun 2017 19:08:03 +0000 (21:08 +0200)]
Migrate boost unit test to google test with cmake (ctest)

6 years agoFirst cmake commit. Still coexisting with scons.
Eduardo Ramos Testillano [Tue, 6 Jun 2017 16:40:57 +0000 (18:40 +0200)]
First cmake commit. Still coexisting with scons.

7 years agoAvoid use of static attribute in functions
Eduardo Ramos Testillano [Thu, 20 Apr 2017 00:04:02 +0000 (02:04 +0200)]
Avoid use of static attribute in functions

Dynamic libraries could share the objects doing double free corruption on app stop.

7 years agoCentralize ADML deployment
Eduardo Ramos Testillano [Mon, 17 Apr 2017 17:33:09 +0000 (19:33 +0200)]
Centralize ADML deployment

7 years agoForce static link for stackManagement and batchConverter
Eduardo Ramos Testillano [Sat, 15 Apr 2017 22:34:46 +0000 (00:34 +0200)]
Force static link for stackManagement and batchConverter

Still having double free in app stop (kill ADML)

7 years agoMake absolute
Eduardo Ramos Testillano [Sat, 15 Apr 2017 14:18:16 +0000 (16:18 +0200)]
Make absolute

7 years agoFix timeout order in procedure dynamic operation and program for ST
Eduardo Ramos Testillano [Sat, 15 Apr 2017 14:16:30 +0000 (16:16 +0200)]
Fix timeout order in procedure dynamic operation and program for ST

7 years agoPartial translation
Eduardo Ramos Testillano [Sat, 8 Apr 2017 17:07:10 +0000 (19:07 +0200)]
Partial translation

7 years agoMake testing library dynamic. Refactor DEPLOY.sh
Eduardo Ramos Testillano [Sat, 8 Apr 2017 16:10:16 +0000 (18:10 +0200)]
Make testing library dynamic. Refactor DEPLOY.sh

7 years agoFix broken link to w3 URL. Add alternative xpath resources (courtesy of whom we reali...
Eduardo Ramos Testillano [Sat, 8 Apr 2017 12:26:59 +0000 (14:26 +0200)]
Fix broken link to w3 URL. Add alternative xpath resources (courtesy of whom we realized the problem)

7 years agoBypass Origin-State-Id for regexp xml content in wait steps
Eduardo Ramos Testillano [Tue, 4 Apr 2017 21:17:00 +0000 (23:17 +0200)]
Bypass Origin-State-Id for regexp xml content in wait steps

7 years agoAllow strict mode (regexp against xml content)
Eduardo Ramos Testillano [Tue, 4 Apr 2017 14:13:34 +0000 (16:13 +0200)]
Allow strict mode (regexp against xml content)

7 years agoFix bug with position values after replace
Eduardo Ramos Testillano [Tue, 4 Apr 2017 00:35:50 +0000 (02:35 +0200)]
Fix bug with position values after replace

7 years agoregex is not working until gcc 4.9.0, then this is an alternative
Eduardo Ramos Testillano [Tue, 4 Apr 2017 00:08:41 +0000 (02:08 +0200)]
regex is not working until gcc 4.9.0, then this is an alternative

7 years agoTrace regex exception
Eduardo Ramos Testillano [Mon, 3 Apr 2017 17:14:46 +0000 (19:14 +0200)]
Trace regex exception

7 years agoFix type: end-to-end instead of end-by-end
Eduardo Ramos Testillano [Sun, 2 Apr 2017 18:29:35 +0000 (20:29 +0200)]
Fix type: end-to-end instead of end-by-end

7 years agoImproved wait for regexp operations
Eduardo Ramos Testillano [Sun, 2 Apr 2017 18:29:06 +0000 (20:29 +0200)]
Improved wait for regexp operations

7 years agoFix trace
Eduardo Ramos Testillano [Sun, 19 Mar 2017 20:53:53 +0000 (21:53 +0100)]
Fix trace

7 years agoPostinstall as a help, more than automate
Eduardo Ramos Testillano [Sun, 19 Mar 2017 20:52:50 +0000 (21:52 +0100)]
Postinstall as a help, more than automate

7 years agoEase of use for ADML System Test configuration
Eduardo Ramos Testillano [Fri, 17 Mar 2017 14:58:57 +0000 (15:58 +0100)]
Ease of use for ADML System Test configuration

7 years agoFix initialization bug
Eduardo Ramos Testillano [Sun, 12 Mar 2017 21:34:02 +0000 (22:34 +0100)]
Fix initialization bug

7 years agoControl for no metadata
Eduardo Ramos Testillano [Sun, 12 Mar 2017 02:54:32 +0000 (03:54 +0100)]
Control for no metadata

7 years agoTODO
Eduardo Ramos Testillano [Sat, 11 Mar 2017 21:41:15 +0000 (22:41 +0100)]
TODO

7 years agoFix bug when reading already freed memory
Eduardo Ramos Testillano [Sat, 11 Mar 2017 21:40:56 +0000 (22:40 +0100)]
Fix bug when reading already freed memory

7 years agoTesting library separation: now not in launcher but isolated REFACTORING_TESTING_LIBRARY
Eduardo Ramos Testillano [Wed, 15 Feb 2017 16:01:40 +0000 (17:01 +0100)]
Testing library separation: now not in launcher but isolated

7 years agoDynamic lib selection and deployment dynamic_procedure_library
Eduardo Ramos Testillano [Sun, 23 Oct 2016 12:46:28 +0000 (14:46 +0200)]
Dynamic lib selection and deployment

7 years agoVariable variant
Eduardo Ramos Testillano [Sun, 23 Oct 2016 03:13:17 +0000 (05:13 +0200)]
Variable variant

7 years agoMerge branch 'master' into dynamic_procedure_library
Eduardo Ramos Testillano [Sat, 22 Oct 2016 19:00:42 +0000 (21:00 +0200)]
Merge branch 'master' into dynamic_procedure_library

7 years agoImprovements and new scenaries
Eduardo Ramos Testillano [Sat, 22 Oct 2016 18:59:44 +0000 (20:59 +0200)]
Improvements and new scenaries

7 years agoInitial feature commit
Eduardo Ramos Testillano [Fri, 21 Oct 2016 15:55:12 +0000 (17:55 +0200)]
Initial feature commit

7 years agoAvoid empty metada files
Eduardo Ramos Testillano [Mon, 20 Jun 2016 01:37:22 +0000 (03:37 +0200)]
Avoid empty metada files

7 years agofix, to avoid continuing working over object
Eduardo Ramos Testillano [Mon, 20 Jun 2016 01:33:43 +0000 (03:33 +0200)]
fix, to avoid continuing working over object

7 years agoSkip bad decoded frames, but not exit
Eduardo Ramos Testillano [Mon, 20 Jun 2016 01:27:55 +0000 (03:27 +0200)]
Skip bad decoded frames, but not exit

8 years agoWork without test directory
Eduardo Ramos Testillano [Mon, 21 Mar 2016 16:50:04 +0000 (17:50 +0100)]
Work without test directory

8 years agoFirst version for elements constants automatic creation
Eduardo Ramos Testillano [Mon, 14 Mar 2016 22:09:38 +0000 (23:09 +0100)]
First version for elements constants automatic creation

8 years agoAllow to log statistics samples as a event operation
Eduardo Ramos Testillano [Mon, 14 Mar 2016 02:49:45 +0000 (03:49 +0100)]
Allow to log statistics samples as a event operation

8 years agoImprov acc xml
Eduardo Ramos Testillano [Mon, 14 Mar 2016 02:03:32 +0000 (03:03 +0100)]
Improv acc xml

8 years agoimprov. acc name
Eduardo Ramos Testillano [Mon, 14 Mar 2016 01:56:01 +0000 (02:56 +0100)]
improv. acc name

8 years agoProtection for non registered codec engines
Eduardo Ramos Testillano [Sun, 13 Mar 2016 21:42:47 +0000 (22:42 +0100)]
Protection for non registered codec engines

8 years agoMessage statistics
Eduardo Ramos Testillano [Sun, 13 Mar 2016 20:19:08 +0000 (21:19 +0100)]
Message statistics

Differenciate by command id to store statistics

8 years agoFix retransmissions: not only for entities
Eduardo Ramos Testillano [Wed, 9 Mar 2016 12:22:20 +0000 (13:22 +0100)]
Fix retransmissions: not only for entities

8 years agoMerge branch 'master' of 54.76.253.178:/home/ubuntu/projects/anna
Eduardo Ramos Testillano [Wed, 9 Mar 2016 12:20:12 +0000 (13:20 +0100)]
Merge branch 'master' of 54.76.253.178:/home/ubuntu/projects/anna

8 years agoimprove output in case of decoding fail. Improve Sy cases with STR management
Eduardo Ramos Testillano [Tue, 8 Mar 2016 12:44:11 +0000 (13:44 +0100)]
improve output in case of decoding fail. Improve Sy cases with STR management

8 years agoPortability
Eduardo Ramos Testillano [Mon, 7 Mar 2016 01:10:18 +0000 (02:10 +0100)]
Portability

8 years agohelper comment
Eduardo Ramos Testillano [Sat, 5 Mar 2016 14:46:26 +0000 (15:46 +0100)]
helper comment

8 years agoNo need for cers_4_starting and ceas_4_establishing
Eduardo Ramos Testillano [Fri, 4 Mar 2016 10:59:04 +0000 (11:59 +0100)]
No need for cers_4_starting and ceas_4_establishing

8 years agoDelete superfluous metadata in SCTP
Eduardo Ramos Testillano [Fri, 4 Mar 2016 01:06:23 +0000 (02:06 +0100)]
Delete superfluous metadata in SCTP

8 years agoSupport for SCTP transport on tshark decoding
Eduardo Ramos Testillano [Thu, 3 Mar 2016 15:20:46 +0000 (16:20 +0100)]
Support for SCTP transport on tshark decoding

8 years agocomment
Eduardo Ramos Testillano [Wed, 2 Mar 2016 18:41:46 +0000 (19:41 +0100)]
comment

8 years agoFixes
Eduardo Ramos Testillano [Wed, 2 Mar 2016 07:26:40 +0000 (08:26 +0100)]
Fixes

8 years agoFix subscription-id decoding function
Eduardo Ramos Testillano [Tue, 1 Mar 2016 11:44:04 +0000 (12:44 +0100)]
Fix subscription-id decoding function

Subscription-Id-Type & Data are not fixed. Are manadatory. We need to fix the dictionary and the function behaviour.
This fix also the tinyTestcase.sh script for SLR/SNR issue

8 years agoFixes for Changes in Sy
Eduardo Ramos Testillano [Mon, 29 Feb 2016 20:09:54 +0000 (21:09 +0100)]
Fixes for Changes in Sy

8 years agoChanges for Sy
Eduardo Ramos Testillano [Sun, 28 Feb 2016 20:25:37 +0000 (21:25 +0100)]
Changes for Sy

1. Store Subscriber (MSISDN, IMSI) as testcase witness, and not only the Session-Id
2. In tinyTestcase.sh, in case of SLR waitfc programming, we need the subscriber condition, not the Session-Id, because that session is created in the client (PCRF) and can't know it.
   2.1 By the way, change tsharkDecoder.sh to get MSISDN and IMSI
   2.2 Answers must copy the Session-Id from the corresponding request in case of difference (SLR/A, for example; in case of RAR/A, no problem because is the Gx session created in
       ADML system too)

3. Allow test|<id>|sendxml2e/2c|step number  (specially 2c), to be used as step reference not only for answers build, but for further requests (SNR for example) which should transport
   the same Session-Id.

8 years agoImprove traces in testing system
Eduardo Ramos Testillano [Sat, 27 Feb 2016 16:16:46 +0000 (17:16 +0100)]
Improve traces in testing system

8 years agoFix bug in timeout argument
Eduardo Ramos Testillano [Sat, 27 Feb 2016 14:36:55 +0000 (15:36 +0100)]
Fix bug in timeout argument

8 years agoImprove comment
Eduardo Ramos Testillano [Sat, 27 Feb 2016 02:36:21 +0000 (03:36 +0100)]
Improve comment

8 years agoFix script for Sy
Eduardo Ramos Testillano [Fri, 26 Feb 2016 14:19:16 +0000 (15:19 +0100)]
Fix script for Sy

8 years agoSupport for Sy/eSy
Eduardo Ramos Testillano [Fri, 26 Feb 2016 03:56:48 +0000 (04:56 +0100)]
Support for Sy/eSy

8 years agoCer and cea helper
Eduardo Ramos Testillano [Mon, 22 Feb 2016 23:10:20 +0000 (00:10 +0100)]
Cer and cea helper

8 years agofix cer by cea
Eduardo Ramos Testillano [Mon, 22 Feb 2016 09:25:41 +0000 (10:25 +0100)]
fix cer by cea

8 years agoFix CEA scenaries
Eduardo Ramos Testillano [Mon, 22 Feb 2016 08:28:48 +0000 (09:28 +0100)]
Fix CEA scenaries

8 years agoAdd CEA on server session configuration for services
Eduardo Ramos Testillano [Sat, 20 Feb 2016 20:29:44 +0000 (21:29 +0100)]
Add CEA on server session configuration for services

8 years agoAllow purge undesirable Session-Id frames
Eduardo Ramos Testillano [Thu, 18 Feb 2016 09:49:14 +0000 (10:49 +0100)]
Allow purge undesirable Session-Id frames

8 years agoHelper for missing CERs
Eduardo Ramos Testillano [Fri, 5 Feb 2016 14:22:14 +0000 (15:22 +0100)]
Helper for missing CERs

8 years agotrust
Eduardo Ramos Testillano [Fri, 5 Feb 2016 02:18:03 +0000 (03:18 +0100)]
trust

8 years agoDont check validation on write log for sendxml operation
Eduardo Ramos Testillano [Fri, 5 Feb 2016 01:53:56 +0000 (02:53 +0100)]
Dont check validation on write log for sendxml operation

8 years agoImprove error traces
Eduardo Ramos Testillano [Fri, 5 Feb 2016 01:14:06 +0000 (02:14 +0100)]
Improve error traces

8 years agoAdd unix timestamp milliseconds to dumpLog messages
Eduardo Ramos Testillano [Thu, 4 Feb 2016 22:42:51 +0000 (23:42 +0100)]
Add unix timestamp milliseconds to dumpLog messages

8 years agoImprovs.
Eduardo Ramos Testillano [Tue, 2 Feb 2016 20:03:04 +0000 (21:03 +0100)]
Improvs.

8 years agono PATH
Eduardo Ramos Testillano [Tue, 2 Feb 2016 08:38:26 +0000 (09:38 +0100)]
no PATH

8 years agoimprov. copy
Eduardo Ramos Testillano [Mon, 1 Feb 2016 11:46:18 +0000 (12:46 +0100)]
improv. copy

8 years agoExecutable on stacks
Eduardo Ramos Testillano [Mon, 1 Feb 2016 11:43:14 +0000 (12:43 +0100)]
Executable on stacks

8 years agoimprov. output
Eduardo Ramos Testillano [Mon, 1 Feb 2016 03:35:54 +0000 (04:35 +0100)]
improv. output

8 years agoOptional accumulation testcase-specific file on program.sh for ST
Eduardo Ramos Testillano [Sun, 31 Jan 2016 18:41:46 +0000 (19:41 +0100)]
Optional accumulation testcase-specific file on program.sh for ST

8 years agoImprov arguments parsing
Eduardo Ramos Testillano [Sun, 31 Jan 2016 11:36:22 +0000 (12:36 +0100)]
Improv arguments parsing

8 years agoEnvironment variable to be more flexible
Eduardo Ramos Testillano [Sun, 31 Jan 2016 04:00:30 +0000 (05:00 +0100)]
Environment variable to be more flexible

8 years agonon-standard disection
Eduardo Ramos Testillano [Sun, 31 Jan 2016 03:15:42 +0000 (04:15 +0100)]
non-standard disection

8 years agoAdd Ericsson Sy selector for sniffing (disect selector for tshark)
Eduardo Ramos Testillano [Sun, 31 Jan 2016 02:57:50 +0000 (03:57 +0100)]
Add Ericsson Sy selector for sniffing (disect selector for tshark)