aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_gsm_tester
AgeCommit message (Expand)AuthorFilesLines
2017-08-24bsc: Allow tests to select network encryptionPau Espin Pedrol1-0/+8
2017-08-23Add support for authentication VTY param in msc and bscPau Espin Pedrol3-0/+12
2017-08-23hlr: Implement subscriber_delete APIPau Espin Pedrol1-0/+13
2017-08-23hlr: Use python module instead of cmdline to modify sqlite dbPau Espin Pedrol1-16/+11
2017-08-23nitb: Introduce subscriber_delete APIPau Espin Pedrol1-0/+17
2017-08-23nitb: ctrl: Remove unused return statement in subscriber_addPau Espin Pedrol1-1/+0
2017-08-23hlr: fill auc_2g table when registering a subscriberPau Espin Pedrol1-2/+11
2017-08-23bts_osmotrx: Support configuring bts addr, trx_remote_ip and launch_trxPau Espin Pedrol6-10/+40
2017-08-23modem: Allow tests to change KIPau Espin Pedrol1-0/+6
2017-08-23Allow tests to select network encryptionPau Espin Pedrol2-0/+18
2017-08-23ctrl: Add dbg log to print received dataPau Espin Pedrol1-1/+3
2017-08-21Increase log verbosity for osmo-bts-trxPau Espin Pedrol1-1/+2
2017-08-21bts_osmotrx: Allow LD_LIBRARY_PATH when loading osmo-trxPau Espin Pedrol1-0/+2
2017-08-18esme: Remove temporary workaround for non-implemented deliver_smPau Espin Pedrol1-3/+1
2017-08-18Split osmo-trx from osmo-bts-trxPau Espin Pedrol1-11/+41
2017-08-17esme: user_message_referece values should be smaller than 256Pau Espin Pedrol1-1/+1
2017-08-17esme: smpp pdu field is a string and needs conversionPau Espin Pedrol1-2/+3
2017-08-10util: ip_to_iface: Return secondary iface if presentPau Espin Pedrol1-1/+1
2017-08-10esme: Add cleanup function to avoid cascade failure of testsPau Espin Pedrol2-0/+4
2017-08-10osmo-bts-trx config: remove settscNeels Hofmeyr1-1/+0
2017-08-09Set osmo-bts pcu-socket config to point to run dirPau Espin Pedrol4-3/+15
2017-08-07cosmetic: osmo-msc.cfg.tmpl: fix indentNeels Hofmeyr1-2/+2
2017-08-07aoip: add newly needed osmo-msc point-code configNeels Hofmeyr1-0/+4
2017-08-07osmo-bsc.cfg.tmpl: add point code addressesAlexander Couzens1-0/+10
2017-07-31suite: Don't stop cleanup of objects on cleanup exceptionPau Espin Pedrol1-1/+4
2017-07-31esme: Log connection parameters of the SMSCPau Espin Pedrol1-1/+1
2017-07-20esme: Fix race condition waiting for message responsePau Espin Pedrol1-1/+2
2017-07-20Improve SMPP supported features and test coveragePau Espin Pedrol1-7/+50
2017-07-20remove timer section from osmo-{bts,bsc}.cfg.tmplHarald Welte2-22/+0
2017-07-03suite: Print process ending prematurelyPau Espin Pedrol1-1/+1
2017-07-03suite: Use event_loop.poll in interactive pollPau Espin Pedrol1-1/+1
2017-07-03Add microsecond accuracy to log timestampsPau Espin Pedrol2-4/+6
2017-07-03ofono_client: Power off modem during cleanup()Pau Espin Pedrol1-0/+1
2017-06-27Revert "osmo-bts-trx config: remove settsc"Neels Hofmeyr1-0/+1
2017-06-26osmo-bts-trx config: remove settscNeels Hofmeyr1-1/+0
2017-06-18Revert "osmo-bts-trx: wait some longer before starting osmo-bts-trx"Neels Hofmeyr1-3/+0
2017-06-18Add support for SMPP testingPau Espin Pedrol9-20/+240
2017-06-17Unuse resources after every testPau Espin Pedrol2-8/+9
2017-06-17Use a subdir of run_dir for each testPau Espin Pedrol9-8/+27
2017-06-17osmo-bts-trx: wait some longer before starting osmo-bts-trxNeels Hofmeyr1-0/+3
2017-06-14ofono_client: Cancel pending async dbus methods at cleanup timePau Espin Pedrol1-5/+24
2017-06-14osmo-bts-trx: set l1c logging level to noticeNeels Hofmeyr1-1/+1
2017-06-14cosmetic: dbg log fix in suite.pyNeels Hofmeyr1-1/+1
2017-06-13cosmetic: osmo-stp.cfg: fix indentNeels Hofmeyr1-1/+1
2017-06-13aoip: add osmo-stp, now required for aoip runsNeels Hofmeyr3-1/+111
2017-06-13ofono_client: Improve log around Scan() failurePau Espin Pedrol1-1/+3
2017-06-13ofono_client: fix use of raise_exnPau Espin Pedrol1-2/+2
2017-06-13ofono_client: gracefully handle Scan() failurePau Espin Pedrol1-1/+13
2017-06-13fix and refactor logging: drop 'with', simplifyNeels Hofmeyr19-390/+389
2017-06-12ofono_client: Implement network registration during connect()Pau Espin Pedrol3-4/+160