summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ensure that osmo_fsm vty commands are only installed onceStefan Sperling2018-02-231-0/+12
* Revert "Add function to encode classmark"Harald Welte2018-02-223-18/+0
* ports.h: Add VTY and CTRL ports for osmo-trxPau Espin Pedrol2018-02-222-0/+5
* gsm0408_test: also test gsm48_generate_lai() and gsm48_decode_lai()Neels Hofmeyr2018-02-222-0/+53
* gsm0408_test: RA test: include min/max value casesNeels Hofmeyr2018-02-222-0/+22
* gsm0408_test: include BCD and leading zeros in test outputNeels Hofmeyr2018-02-222-5/+8
* gsm0408_test: cosmetically re-order MCC to come before MNCNeels Hofmeyr2018-02-202-7/+7
* cosmetic: gsm0408_test: RA test cases as array-of-structNeels Hofmeyr2018-02-201-8/+12
* contrib/jenkins_arch.sh: Fix script comparison and arm supportDaniel Willmann2018-02-191-3/+3
* fsm: allow graceful exit on FSM terminationPhilipp Maier2018-02-193-2/+16
* memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failureNeels Hofmeyr2018-02-161-1/+3
* memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr2018-02-162-2/+8
* memleak: gsmtap_sendmsg(): don't return 0 when no data was writtenNeels Hofmeyr2018-02-161-1/+1
* gsmtap_sendmsg(): clarify API doc concerning msgb ownershipNeels Hofmeyr2018-02-161-0/+3
* fsm: Add a function to change the FSM instance ID laterDaniel Willmann2018-02-152-6/+27
* Add function to encode classmarkMax2018-02-153-0/+18
* Add generic Mobile Identity encoderMax2018-02-153-14/+19
* Add test for gsm48_generate_mid_from_imsi()Max2018-02-152-0/+14
* talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte2018-02-141-3/+3
* build: Ensure all .pc files are installedMartin Hauke2018-02-141-1/+1
* gsmtap.h: define TETRA DMO mode channelsallesklar22018-02-141-0/+5
* Add helper functions for ACC bit flags in rach control IE.Stefan Sperling2018-02-131-2/+43
* Add GSM 04.08 type-of-number / numbering-plan-id definitionsHarald Welte2018-02-091-0/+22
* debian/control: Fix Vcs-Browser URLHarald Welte2018-02-091-1/+1
* osmo_msgbdump_{l2,l3}(): Proper typecastHarald Welte2018-02-091-2/+2
* Revert "fsm: do not terminate child FSMs early"Harald Welte2018-02-091-4/+3
* Revert "Use python 3 for utilities"Harald Welte2018-02-093-3/+3
* fsm: do not terminate child FSMs earlyPhilipp Maier2018-02-091-3/+4
* msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message bufferHarald Welte2018-02-091-0/+14
* tlv_parser: Report *first* occurrence of repeated IEsHarald Welte2018-02-091-2/+7
* tests: utils_test: Fix test failure when compiling with -O0Pau Espin Pedrol2018-02-081-0/+1
* tests: coding_test: Fix compilation with -O0Pau Espin Pedrol2018-02-081-2/+2
* Use python 3 for utilitiesMax2018-02-083-3/+3
* vty: fix 'logging print file' outputNeels Hofmeyr2018-02-061-8/+11
* GSUP: change osmo_gsup_encode() return typeMax2018-02-053-6/+13
* utils: add helper wrapper for osmo_strlcpy()Max2018-02-052-4/+6
* gsm48_hdr_msg_type(): SS is in the same group as MM/CCHarald Welte2018-02-031-1/+1
* gsm48_hdr_msg_type[_r99]: Fix bit-masksHarald Welte2018-02-031-2/+2
* gsm_04_08.h: Reduce T310 default to 30s.Harald Welte2018-01-271-1/+1
* gsm_04_08.h: Clearly annotate timers that don't have a 3GPP Default valueHarald Welte2018-01-271-7/+7
* SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte2018-01-245-0/+27
* gsm48_pdisc_names: Use conscise, short namesHarald Welte2018-01-241-15/+15
* jenkins: move make invocation into shared functionMax2018-01-243-5/+8
* jenkins: remove obsolete scriptsMax2018-01-242-61/+0
* fsm: add functions for unlinking and changing parentsPhilipp Maier2018-01-242-3/+38
* libosmocoding: use frame length definitions from codec.hVadim Yanitskiy2018-01-241-7/+0
* libosmocoding: fix typo in library documentationVadim Yanitskiy2018-01-231-1/+1
* socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()Philipp Maier2018-01-221-2/+2
* GSUP: don't fail test on first errorMax2018-01-222-4/+30
* socket: fix socket leak in osmo_sock_local_ip()Philipp Maier2018-01-221-0/+1