Commit Graph

649 Commits (df5fb9adf2f5330acee77736dcac7c704cb7e19f)
 

Author SHA1 Message Date
Pau Espin df5fb9adf2 hnb-test: Fix memleak in hnb_read_cb
2 years ago
Pau Espin 1ddedcfa46 ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs
2 years ago
Pau Espin 52eabf3a55 sabp: Use asn1c flag -fcompound-names to avoid name collisions with other libs
2 years ago
Pau Espin c72d654cec rua: Use asn1c flag -fcompound-names to avoid name collisions with other libs
2 years ago
Pau Espin 41fefdb12d hnbap: Use asn1c flag -fcompound-names to avoid name collisions with other libs
2 years ago
Pau Espin 02de780ceb hnbap: Drop no longer existing asn1c param -fnative-types
2 years ago
Pau Espin bc7c69d170 hnbap: Use specific prefix for HNBAP generated code
2 years ago
Pau Espin 651ff175d5 Update generated .c/.h after using asn1c -R param
2 years ago
Pau Espin b292db8923 src/*/Makefile.am: Use asn1c -R to avoid generating runtime code
2 years ago
Pau Espin 861d9d2ebf src/*/Makefile.am: Copy back to srcdir the generated .c files from ASN
2 years ago
Pau Espin e395b75619 hnb-test: Fix rc var may be used uninitialized
2 years ago
Pau Espin 6334953f1c hnbgw_cn.c: Use proper type struct
2 years ago
Pau Espin 5310f5458e hnbgw_rua.c: Use proper type struct
2 years ago
Oliver Smith 6a77d1ffa5 contrib/osmo-iuh.spec.in: fix header packaging
2 years ago
Pau Espin b1103fc8e3 README.md: Document how to re-generate code from ASN1 files
2 years ago
Pau Espin 44481e435e move-asn1-header-files.sh: Replace original asn file path in generated asn1 header files
2 years ago
Pau Espin dba8b0c334 Provide libosmo-rua as a public shared library
2 years ago
Pau Espin 35f2bd60ae Provide libosmo-hnbap as a public shared library
2 years ago
Pau Espin 2127a71515 src/*/Makefile.am: Fix trailing whitespace
2 years ago
Pau Espin 40c1729c61 src/tests/Makefile.am: Drop reference to non-existent RANAP_FILES var
2 years ago
Pau Espin 6f1de40430 cosmetic: src/ranap/Makefile.am: Drop trailing whitespace
2 years ago
Pau Espin 1f6c117d07 hnb-test: Fix typo in vty cmd description
2 years ago
Pau Espin 7fcd33df8c ranap_iu_tx_release_free(): always trigger RANAP_IU_EVENT_IU_RELEASE as a result
2 years ago
Pau Espin 68a796ebc5 iu_client: Log event sent to upper layer callback
2 years ago
Harald Welte 09d635ce9b hnbgw: Add missing break statement
2 years ago
Pau Espin c1385f2986 Bump version: 0.6.0.49-356f-dirty → 0.7.0
2 years ago
Harald Welte 356f49e723 manuals: generate vty reference xml at build time
2 years ago
Pau Espin ff8c223440 Workaround ASan report memleak during call to --vty-ref-xml
2 years ago
Pau Espin 79d001fcb6 hnbgw: Avoid re-defining same global variable twice
2 years ago
Harald Welte d24839fea0 main: add --vty-ref-mode, use vty_dump_xml_ref_mode()
2 years ago
Pau Espin a94752e684 tests: Replace deprecated API log_set_print_filename
2 years ago
Pau Espin 2c6aed38bd tests: Explicitly drop category from log
2 years ago
Harald Welte e8299eb745 ranap_msg_factory: Fix LOGP statements
2 years ago
Harald Welte e3f707b8c6 ranap_msg_factory: Allow detailed control over UEA/UIA algorithm encoded
2 years ago
Harald Welte f05c5bf6cd hnbgw: Use LOGHNB() to add log context information to log lines
2 years ago
Oliver Smith dee13c345f configure.ac: set -std=gnu11
2 years ago
Pau Espin e6342e1cab tests/hnb-test: Disable building unsued code
2 years ago
Pau Espin 8653233b57 tests/hnb-test: Initialize logging with existing struct log_info
2 years ago
Pau Espin 4c928485ba tests/hnb-test: Fix signedness of assigned pointer
2 years ago
Pau Espin 84c3e8649a tests/hnb-test: Fix uninitialized use of rc variable
2 years ago
Pau Espin 634fd81f3d tests/hnb-test-ranap: Fix missing include for ranap_bcd_decode
2 years ago
Pau Espin 101fba211a tests/hnb-test-ranap: Fix incorrect signedness in pointer
2 years ago
Pau Espin 96a94bc482 tests/hnb-test: check return code of hnbap_encode_ueregisterrequesties
2 years ago
Pau Espin b4ff1f42b8 tests/hnb-test: Fix signedness of imsi_buf
2 years ago
Pau Espin 89f4c80541 tests/hnb-test: Drop unused variables
2 years ago
Pau Espin 825a1e40a8 tests/hnb-test-ranap: Fix incorrect pointer type cast
2 years ago
Oliver Smith 220f0e2d94 contrib/jenkins: don't build osmo-gsm-manuals
2 years ago
Harald Welte d37d3c8181 configure.ac: Ensure netinet/sctp.h is present
2 years ago
Harald Welte 3f70fcd417 debian: Actually build manuals; add osmo-hnbgw-doc package
2 years ago
Harald Welte c6d93452b2 hnbgw: Introduce LOGHNB() macro for log context information
2 years ago