- 21 Oct, 2017 2 commits
-
-
Bi-Ruei, Chiu authored
In Module_1, Criticality ::= ENUMERATED { reject, ignore, notify } In Module_2, IMPORTS Criticality FROM Module_1 someMessage SOME-CLASS ::= { CRITICALITY ignore } This pull request add the capability to resolve 'reject', 'ignore' and 'notify' in Module_2.
-
Bi-Ruei, Chiu authored
The aforementioned error message displayed during processing the following ASN.1 excerpt. S1AP-ELEMENTARY-PROCEDURES S1AP-ELEMENTARY-PROCEDURE ::= { S1AP-ELEMENTARY-PROCEDURES-CLASS-1 | S1AP-ELEMENTARY-PROCEDURES-CLASS-2, ... } S1AP-ELEMENTARY-PROCEDURES-CLASS-1 S1AP-ELEMENTARY-PROCEDURE ::= { handoverPreparation | ... writeReplaceWarning, ..., uERadioCapabilityMatch | .... uEContextResume } S1AP-ELEMENTARY-PROCEDURES-CLASS-2 S1AP-ELEMENTARY-PROCEDURE ::= { handoverNotification | ... privateMessage, ..., downlinkUEAssociatedLPPaTransport | ... mMECPRelocationIndication } Because S1AP-ELEMENTARY-PROCEDURES-CLASS-1 and S1AP-ELEMENTARY-PROCEDURES-CLASS-2 are resolved 'after' S1AP-ELEMENTARY-PROCEDURES, so the ioc tables of them are not available during resolving S1AP-ELEMENTARY-PROCEDURES. So we can not drop the latter's containedSubtype field at first pass of asn1f_resolve_constraints of fix process. We also add second pass of asn1f_resolve_constraints to have a chance to combine ioc tables of S1AP-ELEMENTARY-PROCEDURES-CLASS-1 and S1AP-ELEMENTARY-PROCEDURES-CLASS-2.
-
- 20 Oct, 2017 6 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
- 19 Oct, 2017 29 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-
Vasil Velichkov authored
-
Vasil Velichkov authored
-
Vasil Velichkov authored
../../libasn1print/asn1print.c:59:5: error: ‘ret’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
-
Vasil Velichkov authored
oer_support.c:66:24: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
-
Vasil Velichkov authored
-
Vasil Velichkov authored
From Travis logs: No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
-
Vasil Velichkov authored
-
Vasil Velichkov authored
OCTET_STRING.c:1896:46: error: signed and unsigned type in conditional expression [-Werror=sign-compare]
-
Vasil Velichkov authored
oer_support.c:38:22: error: comparison between signed and unsigned integer expressions [-Werror=s
-
Vasil Velichkov authored
constr_SEQUENCE.c:1438:24: error: signed and unsigned type in conditional expression [-Werror=sign-compare]
-
Vasil Velichkov authored
NativeReal.c:366:13: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing] NativeReal.c:370:13: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
-
Vasil Velichkov authored
BIT_STRING.c:494:45: error: signed and unsigned type in conditional expression [-Werror=sign-compare] BIT_STRING.c:580:46: error: signed and unsigned type in conditional expression [-Werror=sign-compare]
-
Vasil Velichkov authored
error: ISO C90 does not support the ‘z’ gnu_printf length modifier
-
Vasil Velichkov authored
This fixes the following error /usr/include/features.h:374:25: fatal error: sys/cdefs.h: No such file or directory
-
Vasil Velichkov authored
From `man bash` The return status of a pipeline is the exit status of the last command, unless the pipefail option is enabled. If pipefail is enabled, the pipeline's return status is the value of the last (rightmost) command to exit with a non-zero status, or zero if all commands exit success‐ fully. - Do not tail the check output as the test log is now written in test-suit.log files - On failure display the whole content of every test-suite.log file found in the build directory and exit with 1
-
- 18 Oct, 2017 3 commits
-
-
Lev Walkin authored
-
Lev Walkin authored
-
Lev Walkin authored
-