aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Add osmo_sock_init2() function, allowing both BIND *and* CONNECTlaforge/sock2Harald Welte5-33/+243
2017-04-08compiler warnings: take care of compiler warning "unused-result"Thorsten Alteholz1-0/+7
2017-04-08gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier3-0/+15
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier5-0/+113
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier5-0/+99
2017-04-08gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier5-0/+78
2017-04-08gsm0808: Add utils for Cell Identifier ListPhilipp Maier5-0/+181
2017-04-08gsm0808: Add utils for Encryption InformationPhilipp Maier5-0/+131
2017-04-08gsm0808: Add utils for Channel TypePhilipp Maier5-0/+123
2017-04-08gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier5-7/+195
2017-04-08gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier5-0/+355
2017-04-08gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier6-1/+220
2017-04-08add VTY port number for osmo-stpHarald Welte1-0/+1
2017-04-04select: Find the highest fd when filling the fd_setsHolger Hans Peter Freyther1-1/+12
2017-04-03logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UAHarald Welte1-0/+20
2017-04-03logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtranHarald Welte1-1/+5
2017-03-31jenkins: also test build in separate dirNeels Hofmeyr1-0/+12
2017-03-29Fix LAPD UA message buffer memory leak.Jean-Francois Dionne1-5/+5
2017-03-23Add support for PCU version reportMax2-0/+2
2017-03-22abis: add message type namesMax3-0/+105
2017-03-21abis: add attribute namesMax3-0/+73
2017-03-20build: fix distcheck: include gen scripts in EXTRA_DISTNeels Hofmeyr1-0/+2
2017-03-20build: fix build dependencies for generated sourcesNeels Hofmeyr2-2/+6
2017-03-20build: conv_gen.py: ensure parent dirs of written files existNeels Hofmeyr1-3/+9
2017-03-20build: generate gsm0503.h to builddir, not srcdirNeels Hofmeyr1-1/+1
2017-03-20build: coding/gsm0503: fix build in sep. dir: -I builddirNeels Hofmeyr1-0/+1
2017-03-20osmo-auc-gen: fix --sqn limit on 32bit systems, fixing buildNeels Hofmeyr1-3/+1
2017-03-17README.md: Make sure all hyperlinks use <>Harald Welte1-7/+7
2017-03-16logging: fail gracefully if log_info() was not calledHarald Welte1-0/+21
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
2017-03-16Add a README file for some background information about this repoHarald Welte2-1/+81
2017-03-16add gsm48_pdisc_msgtype_name()Neels Hofmeyr3-0/+207
2017-03-16add gsm48_pdisc_names and gsm48_pdisc_name()Neels Hofmeyr3-0/+24
2017-03-16contrib: add script to find unterminated value_string arraysNeels Hofmeyr1-0/+33
2017-03-16auth_milenage: fix check against too large indNeels Hofmeyr1-1/+1
2017-03-15fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()Neels Hofmeyr1-1/+1
2017-03-15ctrl_type_vals: explicitly terminateNeels Hofmeyr3-3/+4
2017-03-15milenage_test: cosmetic: verify AUTS in commentsNeels Hofmeyr1-0/+56
2017-03-15fix wrong return codeThorsten Alteholz1-1/+1
2017-03-15linuxlist.h: add llist_first/last_entry macrosNeels Hofmeyr1-0/+30
2017-03-15milenage_test: enhance to verify new SQN incrementsNeels Hofmeyr2-0/+31
2017-03-15osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr3-1/+74
2017-03-15osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr4-10/+18
2017-03-15osmo-auc-gen: clarify SQN output, prepare for SQN changesNeels Hofmeyr2-16/+18
2017-03-15add osmo-auc-gen_testNeels Hofmeyr6-2/+134
2017-03-15milenage_test: cosmetic fix: shown value is not SEQ.MSNeels Hofmeyr2-2/+4
2017-03-15lapd_core: Use 'struct value_string' for LAPD state namesHarald Welte1-28/+33
2017-03-15Doxygen: exclude osmocom/core/gsm/protocol/*Harald Welte1-1/+1
2017-03-14gsm_04_08: add _NUM_CHREQ_T to enumAlexander Couzens1-0/+1
2017-03-14gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASEAlexander Couzens1-0/+2