aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-09funeels/cc_timeoutNeels Hofmeyr3-8/+246
2018-11-09add msc_vlr_test_call: test_call_mo_setup_timeoutNeels Hofmeyr1-0/+79
2018-11-08cosmetic: remove forgotten debug printfPhilipp Maier1-1/+0
2018-11-02Add counters for BSSMAP cipher mode messagesMax2-0/+10
2018-11-02Properly parse cause in cipher mode rejectMax1-5/+6
2018-10-30lu_fsm: result cb: use proper cause type (warning/coverity)Neels Hofmeyr1-2/+2
2018-10-24gsm_04_08_cc: Add global guard timer for MNCCPhilipp Maier6-0/+94
2018-10-21gsm0407_is_duplicate(): Handle error ret of gsm0407_pdisc_ctr_bin()Harald Welte1-1/+2
2018-10-08msc_mgcp: move mncc struct initalization to where its actually neededPhilipp Maier1-9/+11
2018-09-30GSUP client: send CN domain IE on LU requestNeels Hofmeyr25-175/+176
2018-09-28fix a use-after-free in msc_mgcp.c:_handle_error()Stefan Sperling1-10/+10
2018-09-28mncc: fix byte ordering of IP-Address in mnccPhilipp Maier1-1/+1
2018-09-27vty: add SCCP related vty commandsNeels Hofmeyr1-0/+1
2018-09-18fix Classmark Update without VLR subscriberNeels Hofmeyr3-1/+31
2018-09-17A5/n Ciph: request Classmark Update if missingNeels Hofmeyr14-73/+1755
2018-09-17msc_vlr_tests: cosmetically tweak perm algo printingNeels Hofmeyr2-13/+13
2018-09-17store classmark in vlr_subscr, not connNeels Hofmeyr6-69/+75
2018-09-12Install sample cfg file to /etc/osmocompespin/systemdPau Espin Pedrol2-0/+9
2018-09-10Install systemd services with autotoolsPau Espin Pedrol7-3/+31
2018-08-23cosmetic: mute "COMPLETE_LAYER_3 not permitted"Neels Hofmeyr4-13/+8
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr2-9/+9
2018-08-17msc: Set talloc ctx for osmo_signal structuresPau Espin Pedrol1-0/+1
2018-08-14osmo-msc: track the use of talloc NULL memory contextsVadim Yanitskiy1-0/+3
2018-08-14osmo-msc: free the VTY talloc context on exitVadim Yanitskiy1-0/+3
2018-08-13osmo-msc: Improve shutdown due to signal and print talloc report on exitPau Espin Pedrol1-5/+26
2018-08-10libmsc/mncc_sock.c: Add lchan_type_offset in queue_hello()Keith1-0/+1
2018-08-09doc: update mgw settings in example config filePhilipp Maier3-0/+6
2018-08-07mgcp: use codec information returned with ASSIGNMENT COMPL.Philipp Maier4-14/+76
2018-08-05RRLP: print log when sending a position requestVadim Yanitskiy1-0/+4
2018-08-05RRLP: migrate and share mode definitions from msc_vty.cVadim Yanitskiy3-20/+28
2018-08-05RRLP: fix: actually init the RRLP signal handlersVadim Yanitskiy1-0/+3
2018-08-05RRLP: properly name the init functionVadim Yanitskiy2-2/+2
2018-08-05Remove local libgsupclient; Use libosmo-gsup-client from osmo-hlrHarald Welte19-808/+39
2018-08-05libmsc/gsm_09_11.c: clean up the local GSM 04.80 APIVadim Yanitskiy3-149/+13
2018-08-04libmsc/rrlp.c: add missing includeVadim Yanitskiy1-1/+1
2018-08-04msc/rrlp.h: use #pragma once include guardVadim Yanitskiy1-5/+1
2018-08-04msc/signal.h: use #pragma once include guardVadim Yanitskiy1-4/+1
2018-07-31migrate to oap_client in libosmogsmHarald Welte7-375/+11
2018-07-30libmsc/gsm_09_11.c: introduce counter for active sessionsVadim Yanitskiy3-0/+11
2018-07-30libmsc/gsm_09_11.c: introduce rate counters for NC_SS sessionsVadim Yanitskiy3-0/+38
2018-07-30libmsc/gsm_09_11.c: properly handle MS-initiated releaseVadim Yanitskiy1-2/+5
2018-07-30libmsc/gsm_09_11.c: implement network-initiated sessionsVadim Yanitskiy5-10/+500
2018-07-30libmsc/gsm_09_11.c: forward SS/USSD messages to HLR over GSUPVadim Yanitskiy5-61/+223
2018-07-29libvlr/vlr.c: forward unhandled GSUP messages towards MSCVadim Yanitskiy3-4/+20
2018-07-29msc_vlr_tests: don't abuse USSD-request to conclude connectionsVadim Yanitskiy19-659/+488
2018-07-26cosmetic: typos in log and commentNeels Hofmeyr1-6/+6
2018-07-26Iu MGCP: no need to loopback on the cn sideNeels Hofmeyr1-8/+0
2018-07-26vlr_access_req_fsm.c: use osmo_strlcpy and avoid compiler errorNeels Hofmeyr1-2/+1
2018-07-25libmsc: move L3 call-control to separate C file (gsm_04_08_cc.c)Harald Welte4-2066/+2142
2018-07-24git-version-gen: Don't check for .git directoryDaniel Willmann1-2/+2