remove unnecessary files

This commit is contained in:
Sukchan Lee 2017-03-11 20:56:23 +09:00
parent a14970c2e0
commit 3907a8062e
7 changed files with 7 additions and 52 deletions

View File

@ -1,9 +0,0 @@
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Contents"
* found in "../../support/S1AP-PDU.asn"
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "E-RAB-IE-ContainerPairList.h"

View File

@ -4,8 +4,6 @@ ASN_MODULE_SOURCES= \
S1ap-SuccessfulOutcome.c \
S1ap-UnsuccessfulOutcome.c \
E-RAB-IE-ContainerList.c \
E-RAB-IE-ContainerPairList.c \
ProtocolError-IE-ContainerList.c \
S1ap-HandoverRequired.c \
S1ap-HandoverCommand.c \
S1ap-E-RABDataForwardingList.c \
@ -360,10 +358,7 @@ ASN_MODULE_SOURCES= \
ProtocolIE-Container.c \
ProtocolIE-SingleContainer.c \
ProtocolIE-Field.c \
ProtocolIE-ContainerPair.c \
ProtocolIE-FieldPair.c \
ProtocolIE-ContainerList.c \
ProtocolIE-ContainerPairList.c \
ProtocolExtensionContainer.c \
ProtocolExtensionField.c \
PrivateIE-Container.c \

View File

@ -1,9 +0,0 @@
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-PDU-Contents"
* found in "../../support/S1AP-PDU.asn"
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolError-IE-ContainerList.h"

View File

@ -1,9 +0,0 @@
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../../support/S1AP-PDU.asn"
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-ContainerPair.h"

View File

@ -1,9 +0,0 @@
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../../support/S1AP-PDU.asn"
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-ContainerPairList.h"

View File

@ -1,9 +0,0 @@
/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-Containers"
* found in "../../support/S1AP-PDU.asn"
* `asn1c -fcompound-names -fincludes-quoted`
*/
#include "ProtocolIE-FieldPair.h"

View File

@ -21,9 +21,14 @@ user@host ~/Documents/git/cellwire/lib/s1ap/asn1c$ \
../../../../asn1c/asn1c/asn1c \
-fcompound-names -fincludes-quoted -gen-PER ../support/S1AP-PDU.asn
* Update Makefile.am using Makefile.am.sample
* Remove unnecessary files
user@host ~/Documents/git/cellwire/lib/s1ap/s1ap/asn1c$ \
vi Makefile.am
git rm E-RAB-IE-ContainerPairList.c ProtocolError-IE-ContainerList.c \
ProtocolIE-ContainerPair.c ProtocolIE-FieldPair.c ProtocolIE-ContainerPairList.c
user@host ~/Documents/git/cellwire/lib/s1ap/s1ap/asn1c$ \
vi Makefile.am
* Delete Makefile.am.sample and converter-sample.c
user@host ~/Documents/git/cellwire/lib/s1ap/asn1c$ \