aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-05fsm: Reduce amount of copy+pasted LOGPFSMSRC() statementsHarald Welte1-17/+15
2019-06-05fsm: Allow millisecond granularity in osmo_fsm built-in timerHarald Welte1-23/+31
2019-06-05lapd_core: Perform N200 retransmissions, not N200-1Harald Welte1-4/+4
2019-06-05lapdm: Allow user to specify T200 values; Use correct N200 valuesHarald Welte2-12/+76
2019-06-04gsm0808_utils: Add gsm0808_decode_cell_id_u()Harald Welte2-11/+59
2019-06-04make all library-internal static buffers thread-localHarald Welte13-33/+32
2019-06-02lapdm: Don't truncate L3 payload at 200 bytes lengthHarald Welte1-1/+1
2019-06-01socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()Vadim Yanitskiy1-2/+2
2019-06-01vty/command.c: cosmetic: add missing curly bracketsVadim Yanitskiy1-2/+4
2019-05-29gsm48_encode_bcd_number(): clarify optional LHV header initializationVadim Yanitskiy1-1/+7
2019-05-28rest_octets: Remove SI2ter + SI2bis encoders that don't do anythingHarald Welte2-33/+0
2019-05-28rest_octets: Implement actual SI6 rest octets encodingHarald Welte1-11/+35
2019-05-28rest_octets: Add function to parse SI3 rest octetsHarald Welte2-0/+79
2019-05-28rest_octets: Suffix encoder functiosn with _encodeHarald Welte2-18/+20
2019-05-28rest_octets: Fix export of osmo_gsm48_rest_octetsHarald Welte1-8/+8
2019-05-28rest_octets: Actually include gsm48_rest_octets.c in Makefile.amHarald Welte1-1/+1
2019-05-28rest_octets: Use correct symbols names for range encoderHarald Welte1-4/+4
2019-05-28gsm48_rest_octets: Fix license: GPLv2+ instead of AGPLv3+Harald Welte1-4/+6
2019-05-28gsm48_decode_bcd_number2(): return -EINVAL if LV has too big lengthVadim Yanitskiy1-2/+2
2019-05-28gsm48_decode_bcd_number2(): fix: return -ENOSPC on truncationVadim Yanitskiy1-3/+13
2019-05-28gsm48_decode_bcd_number2(): fix output truncationVadim Yanitskiy1-2/+2
2019-05-27tdef: Fix license: GPLv2+ instead of AGPLv3+Harald Welte2-8/+9
2019-05-27oap_client: Fix license: GPLv2+ instead of AGPLv3+Harald Welte1-4/+6
2019-05-27rsl: Add osmocom-specific extensions to RSL channel numbers for CBCHHarald Welte1-0/+10
2019-05-19lapdm_rslms_recvmsg: Fix memory leak in error pathHarald Welte1-1/+3
2019-05-19TLV: Add one-shot TLV encoderHarald Welte2-0/+100
2019-05-18pseudotalloc: turn talloc_steal() into #defineHarald Welte2-2/+3
2019-05-15codec/ecu: Add a bit of precision about the actual frame format usedSylvain Munaut1-2/+7
2019-05-15gsm_23_003: add GSM23003_MSISDN_{MIN,MAX}_DIGITSOliver Smith1-1/+1
2019-05-13gsm0808: Introduce Osmocom extensions to announce Osmux supportPau Espin Pedrol3-0/+24
2019-05-10NS: log address:port on errorMax1-2/+2
2019-05-10osmo_sock_get_name_*: Ensure string is returned in error caseHarald Welte1-1/+3
2019-05-10Revert "Print error message if application fails to call rate_ctr_init()"Harald Welte1-5/+2
2019-05-10gsm0808_utils: Introduce gsm0808_msgb_put_cell_id_u()Harald Welte2-41/+43
2019-05-10Print error message if application fails to call rate_ctr_init()Harald Welte1-2/+5
2019-05-10Fix osmo_quote_str_c() for strings larger than 32 bytesHarald Welte1-2/+13
2019-05-10Add MO-FALLBACK-VALUE SGsAP IEOmar Ramadan1-0/+2
2019-05-09fix typo in FSM descriptionKévin Redon1-4/+4
2019-05-08deal with rate_ctr_group_alloc() returning NULLHarald Welte2-0/+8
2019-05-07Bump version: 1.0.1.143-cc72c → 1.1.01.1.0Pau Espin Pedrol5-5/+5
2019-05-07add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens1-0/+24
2019-05-05add gsm0808_create_handover_request_ack2 to add AoIP RTP addrNeels Hofmeyr2-9/+37
2019-05-05osmo_gsup_decode(): properly check IMSI, avoid deprecationNeels Hofmeyr1-3/+5
2019-05-05gsm48_decode_bcd_number2(): allow avoiding deprecationNeels Hofmeyr1-23/+25
2019-05-05gsm48_decode_bcd_number2(): fix input len checkNeels Hofmeyr1-2/+3
2019-05-03add vty_is_active()Neels Hofmeyr1-0/+10
2019-05-03add gsm48_decode_bcd_number2() from osmo-mscNeels Hofmeyr2-1/+28
2019-05-03BSSMAP: add messages for inter-BSC and inter-MSC HandoverNeels Hofmeyr2-0/+175
2019-04-26BSSMAP: tweaksNeels Hofmeyr1-2/+2
2019-04-26GSUP: add inter-MSC handover related msgs and IEsOliver Smith1-0/+127