aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-27configure.ac: drop unused dependenciesVadim Yanitskiy1-12/+0
2018-06-25VLR: reject overlong IMSIs in ID RESP messagesStefan Sperling1-2/+13
2018-06-20jenkins.sh: Use --enable-werror only when iu support is disabledPau Espin Pedrol1-2/+5
2018-06-17.gitignore: ignore src/libgsupclient/gsup_test_clientVadim Yanitskiy1-0/+1
2018-06-15msc_main: Fix typo in description of version paramPau Espin Pedrol1-1/+1
2018-06-12libmsc/gsm_04_80.c: make the API abstract from ss_request structVadim Yanitskiy3-28/+77
2018-06-12libmsc/gsm_09_11.c: properly indicate transaction errorsVadim Yanitskiy1-5/+6
2018-06-12libmsc/gsm_04_08.c: expose gsm48_tx_simple()Vadim Yanitskiy2-4/+10
2018-06-12Use proper naming for GSM TS 09.11 implementationVadim Yanitskiy6-15/+16
2018-06-10libmsc/ussd.c: use connection ref-counting and transactionsVadim Yanitskiy8-31/+248
2018-06-10libmsc: properly name the MSC_CONN_USE token for SSVadim Yanitskiy2-2/+2
2018-06-08libmsc/ussd.c: FIX: properly indicate errorsVadim Yanitskiy3-8/+41
2018-05-29mgcp: hack to keep IuUP workingPhilipp Maier1-0/+40
2018-05-29mgcp: do not start connections in loopback modePhilipp Maier1-2/+2
2018-05-23implement periodic Location Update expiry in the VLRStefan Sperling9-3/+264
2018-05-18remove redundant unconditional PKG_CHECK_MODULES for libsmppStefan Sperling2-3/+1
2018-05-17a_reset: cleanup + remove dead codePhilipp Maier5-159/+59