aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-01-02gsm48_ie: gsm48_decode_freq_list(): make 'cd' argument const2023q1Vadim Yanitskiy1-2/+3
2022-12-20ctrl: add optional port to bind commandMax3-3/+27
2022-12-19rate_ctr: drop rate estimation codeMax1-5/+0
2022-12-14gsm0808: use new gsm0808_enc_speech_codec[_list]2() APIVadim Yanitskiy1-24/+84
2022-12-14gsm0808: add gsm0808_enc_speech_codec[_list]2()Vadim Yanitskiy2-22/+53
2022-12-14gsm0808: remove over-defensive assert()s for function parametersVadim Yanitskiy1-29/+0
2022-12-14gsm0808: remove redundant assert() in enc_speech_codec()Vadim Yanitskiy1-1/+0
2022-12-14gsm0808: remove unneeded assignment in enc_speech_codec()Vadim Yanitskiy1-1/+1
2022-12-14gsm0808: cosmetic: switch is not a functionVadim Yanitskiy1-1/+1
2022-12-05rate_ctr: convert to timerfdMax1-12/+46
2022-12-04telnet_init_dynif: don't allow negative portMax1-0/+3
2022-12-04telnet_init_dynif: propagate errorMax1-1/+1
2022-12-04vty: fix doc typoMax1-1/+1
2022-11-28osmo_tdef_get(): clarify API doc on val_if_not_presentNeels Hofmeyr1-1/+3
2022-11-26LAPD: move tx_hist code into static functionsMax1-20/+22
2022-11-24gsm: constify several readonly paramsPau Espin Pedrol2-2/+2
2022-11-10*/Makefile.am: do not mix up AM_CFLAGS with AM_CPPFLAGSVadim Yanitskiy5-10/+11
2022-11-09Fix typos in copyright statements.Harald Welte3-3/+3
2022-11-04bits: fix typoPhilipp Maier1-2/+2
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte8-12/+12
2022-10-27gb/vty: Show if NSVC is blocked locally by O&M/vty or by remotearehbein3-15/+19
2022-10-26gsm0502: gsm0502_fn_remap(): use GSM_TDMA_FN_SUB() macroVadim Yanitskiy1-4/+1
2022-10-25msgb: introduce extended copy functionsMax1-10/+44
2022-10-20{gsm,gb}/Makefile.am: drop undefined $GCC_FVISIBILITY_HIDDENVadim Yanitskiy2-2/+2
2022-10-19doc: correct typo in ticket referenceMax1-1/+1
2022-10-11LAPD: use bool for T200 reset flagsMax1-2/+4
2022-10-11LAPD: log unknown format valueMax1-1/+1
2022-10-11cosmetic: make linter happy with LAPD codeMax1-4/+2
2022-10-06Fix Typo in gsm0808_msgt_names[]Keith Whyte1-1/+1
2022-10-06Fix LCLS-CONNECT-CONTROL generationKeith Whyte1-1/+1
2022-10-04socket: Introduce API osmo_sockaddr_is_anyPau Espin Pedrol1-0/+20
2022-09-28gb: add bssgp2_enc_flush_ll encode FLUSH-LLAlexander Couzens2-0/+30
2022-09-15vty: Allow using hex representations in cmd numeric rangesPau Espin Pedrol1-6/+55
2022-08-18use_count: Return if uc is NULLDaniel Willmann1-0/+2
2022-08-17Revert "Add function to guess AF_UNSPEC address"neels1-34/+2
2022-08-17Revert "Add osmo_sockaddr_strs_to_str()"neels1-43/+0
2022-08-14Add osmo_sockaddr_strs_to_str()Max1-0/+43
2022-08-09gsm: bts_features: Add missing entries to osmo_bts_features_namesPau Espin Pedrol1-0/+2
2022-08-09Add function to guess AF_UNSPEC addressMax1-2/+34
2022-08-09gsm: rsl: Define new osmocom extension TLV IE to pass Osmux CIDPau Espin Pedrol1-0/+1
2022-08-09gsm: Add BTS feature for OsmuxPau Espin Pedrol1-0/+1
2022-08-06gprs_ns2: add vty `nse <0-65535> restart sns`Alexander Couzens1-0/+26
2022-08-06cbsp: Fix decoding of Fail ListPau Espin Pedrol1-2/+2
2022-08-06cbsp: Guard against malformed msgb without l1h,l2h being passedPau Espin Pedrol1-0/+1
2022-08-06cbsp: Return error if decoding any of the cell id lists failPau Espin Pedrol1-67/+152
2022-08-05gsm0808_enc_aoip_trasp_addr: add length checkOliver Smith1-8/+17
2022-08-05{gb,sim,usb}: ensure -no-undefined is present in *_la_LDFLAGSVadim Yanitskiy3-3/+13
2022-08-04logging: add a new category DLCSN1 for libosmo-csn1Vadim Yanitskiy1-0/+6
2022-07-29fsm: osmo_fsm_{event,inst,state}_name(): make *fi pointer constVadim Yanitskiy1-3/+3
2022-07-22gb/gprs_ns: call osmo_timer_del() unconditionallyVadim Yanitskiy1-4/+2