summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* socket.c: fix IP and port buffer sizesOliver Smith2018-11-061-4/+4
* jenkins: print gcc version in logNeels Hofmeyr2018-11-061-1/+5
* core/msgb.h: introduce msgb_l4len() helperVadim Yanitskiy2018-11-072-0/+13
* Fix deprecation warning in gsm0808_testMax2018-11-061-4/+12
* gsm/gsup.h: cosmetic: use tab for comment alignmentVadim Yanitskiy2018-11-061-1/+1
* gsm48: correct apidoc for gsm48_generate_mid()Philipp Maier2018-11-021-0/+1
* Update cipher reject functionMax2018-11-022-1/+2
* gsm0808: cosmetic: rename parameter "reason" to "cause"Philipp Maier2018-10-302-4/+4
* gsm0808: fix doxygen apidocPhilipp Maier2018-10-301-1/+1
* make 'show rate-counters' show group indexStefan Sperling2018-10-291-1/+1
* stop printing group description in vty_out_rate_ctr_group_fmt()Stefan Sperling2018-10-292-3/+1
* gsm23003: Add MME domain name related helper functionsHarald Welte2018-10-286-0/+185
* add osmo_sock_get_{local,remote}_ip{,_port}()Oliver Smith2018-10-262-25/+92
* cosmetic: fix typo (soocket -> socket)Oliver Smith2018-10-251-1/+1
* stats_statsd: Send all stat_items as gaugesDaniel Willmann2018-10-241-11/+8
* vty: adjust telnet logMax2018-10-241-1/+1
* libosmogsm/gsup.c: fix error code in osmo_gsup_encode()Vadim Yanitskiy2018-10-211-1/+1
* SGsAP protocol definitions (header + C file)Harald Welte2018-10-215-1/+304
* gsm_08_58.h: Introduce struct abis_rsl_chan_nrPau Espin Pedrol2018-10-211-3/+32
* vty.c: Set vty->fd to -1 after closing the FDHarald Welte2018-10-211-1/+3
* telnet_interface: avoid double-close of fd()Harald Welte2018-10-211-1/+1
* timerfd_create(): Fix error handling of osmo_fd_register()Harald Welte2018-10-211-1/+8
* osmo-config-merge: fclose() what we fopen()Harald Welte2018-10-211-0/+2
* gsm0808: allow decoding of zero length speech codec lists.Philipp Maier2018-10-162-10/+23
* add support for ipaccess messages on the ctrl interfaceStefan Sperling2018-10-151-5/+29
* gsm_08_58.h: Introduce struct abis_rsl_link_idPau Espin Pedrol2018-10-101-1/+24
* fix error handling gprs_ns_nsip_listen()Stefan Sperling2018-10-101-1/+4
* GSMTAP: fix typos in commentsShinjo Park2018-10-071-2/+2
* GSMTAP: add definitions for LTE NAS subtypesShinjo Park2018-10-071-0/+8
* GSMTAP: add definitions for new LTE RRC channelsShinjo Park2018-10-071-10/+25
* vty logging: fix crash when missing 'logging enable'Neels Hofmeyr2018-10-012-0/+11
* Revert "osmo-config-merge: Add manual page"Harald Welte2018-09-295-95/+1
* osmo-config-merge: Add manual pageDaniel Willmann2018-09-285-1/+95
* osmo-config-merge: Fix some small issuesDaniel Willmann2018-09-281-4/+15
* utils/osmo-config-merge: explicitly return from main()Vadim Yanitskiy2018-09-271-0/+2
* ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling2018-09-261-7/+5
* osmo-config-merge: Don't use C99 'for' loop initial declarationsHarald Welte2018-09-251-2/+4
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-252-15/+15
* Add new osmo-config-merge utilityHarald Welte2018-09-255-2/+275
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-255-0/+233
* gsm_utils: add function to get value strings for gsm48_chan_modePhilipp Maier2018-09-251-0/+2
* vty: omit HIDDEN from vty referenceNeels Hofmeyr2018-09-241-2/+2
* vty list: fix deprecation/hidden bit logicNeels Hofmeyr2018-09-241-2/+1
* vty reference: fix deprecation bit evaluationNeels Hofmeyr2018-09-241-2/+2
* vty/command.h: document and prettify CMD_ATTR_* flagsVadim Yanitskiy2018-09-241-2/+3
* gsm0808_utils: constify parameterPhilipp Maier2018-09-212-2/+2
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-196-0/+482
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-162-0/+185
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-166-480/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-146-0/+480