asn1 update: s1ap asn1 is now v16.1 (2020-03)

master
Francisco Paisana 4 years ago
parent 9de318c7e6
commit 74ffe393c6

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -6,9 +6,9 @@
# the distribution.
#
add_executable(s1ap_test s1ap_test.cc)
target_link_libraries(s1ap_test srslte_common srslte_asn1 s1ap_asn1)
add_test(s1ap_test s1ap_test)
add_executable(s1ap_asn1_test s1ap_test.cc)
target_link_libraries(s1ap_asn1_test srslte_common srslte_asn1 s1ap_asn1)
add_test(s1ap_asn1_test s1ap_asn1_test)
add_executable(srslte_asn1_rrc_mcch_test srslte_asn1_rrc_mcch_test.cc)
target_link_libraries(srslte_asn1_rrc_mcch_test rrc_asn1 srslte_common)

Loading…
Cancel
Save