index
:
osmo-bsc
35c3
36c3
cccamp2019
cid188836
daniel/emerg
daniel/wip
fairwaves/production
fairwaves/stats-work
irefs/for/master/emerg
laforge/cbsp
laforge/dlcx
laforge/e1
laforge/mgcp-ipa
laforge/sccplite
lynxis/pre_release
master
neels/12625
neels/amr_startmode
neels/assignment
neels/bssmap_length
neels/call_during_call
neels/codec-pref
neels/deb9-asan
neels/dyn_ts
neels/fairwaves_ho_orig
neels/fsm4
neels/hack
neels/ho
neels/ho2
neels/ho2-interbsc
neels/ho_test
neels/ho_tmp
neels/ho_with_on_change_cb
neels/hodec
neels/hodec2
neels/hodec_wip
neels/inter_bsc_ho
neels/inter_bsc_ho2
neels/inter_bsc_ho_errs
neels/inter_bsc_ho_saved
neels/inter_bsc_ho_saved2
neels/inter_bsc_ho_wip
neels/jolly/new_handover
neels/lcls
neels/lcs
neels/lcs2
neels/legacy_neighbors
neels/libbsc
neels/meas_feed
neels/meas_rep
neels/misc
neels/misc3
neels/mode_modif
neels/ms_rel_ind
neels/neighbor
neels/pdch_deact_nack
neels/rr_release
neels/sccplite
neels/tch_f_congestion
neels/timers
neels/vtyref
neels/wip
osmith/abis-loadtest-timers
osmith/alert-buffer
osmith/fix-python3
osmith/rpm
pespin/nacc
pmaier/acch
pre_release
stsp/acc_ramp
tnt/rbs
OsmoBSC: Osmocom's Base Station Controller for 2G circuit-switched mobile networks
Harald Welte
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openbsc
/
src
/
libmsc
/
gsm_04_08.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
handover: Implement proper handover procedure handling at any stage of the call
neels/fairwaves_ho_orig
Ivan Kluchnikov
1
-17
/
+200
2017-02-06
gsm_04_08: implement parsing of UMTS Auth responses
Neels Hofmeyr
1
-5
/
+221
2017-02-03
gsm48_tx_mm_auth_req(): support UMTS AUTN
Neels Hofmeyr
1
-3
/
+20
2017-02-03
gsm0408_rcv_cc: guard against NULL subscriber
Neels Hofmeyr
1
-0
/
+5
2017-01-26
various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)
Neels Hofmeyr
1
-1
/
+1
2017-01-23
cosmetic: use osmo_strlcpy() everywhere
Neels Hofmeyr
1
-10
/
+9
2016-12-02
split subscr_con_allocate()/_free() in bsc_ and msc_
Neels Hofmeyr
1
-0
/
+27
2016-12-02
Move timezone settings up to network level
Neels Hofmeyr
1
-9
/
+8
2016-11-01
gsm0408: Adding log output for 3g specific RR messages
Philipp
1
-2
/
+2
2016-10-14
fix mistypes, spaces and tabs
Alexander Couzens
1
-15
/
+15
2016-10-04
msc: add counters to track call attempts/active/success/failed
Alexander Couzens
1
-0
/
+34
2016-09-26
mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection
Neels Hofmeyr
1
-40
/
+33
2016-09-18
Sanity fixes for gsm0408_dispatch(): rc, assertions
Neels Hofmeyr
1
-0
/
+5
2016-09-18
cosmetic: various comment, whitespace tweaks
Neels Hofmeyr
1
-2
/
+2
2016-08-29
libmsc/bsc: split rate counters into bsc and msc group
Alexander Couzens
1
-10
/
+10
2016-08-27
libbsc/libmsc: convert old osmo counter into rate_ctrgs
Alexander Couzens
1
-10
/
+10
2016-07-09
Make random MSISDN assignment optional
Max
1
-6
/
+4
2016-06-14
Make random extension range configurable
Max
1
-1
/
+2
2016-06-05
Add regexp authorization policy for IMSI
Max
1
-3
/
+28
2016-05-23
gsm04_08_clear_request(): release loc with arg release=0
Neels Hofmeyr
1
-1
/
+1
2016-05-22
subscr_name(): Handle case for subscr == NULL
Harald Welte
1
-5
/
+2
2016-05-20
Make extending subscriber creation easier
Max
1
-7
/
+13
2016-04-29
Start to use struct osmo_auth_vector from gsm_auth_tuple
Harald Welte
1
-5
/
+5
2016-04-29
Disconnect calls with incompatible channel types / modes
Max
1
-1
/
+45
2016-04-22
Add extra debug output with channel mode and type
Max
1
-5
/
+18
2016-03-17
fix confusing typo in constant (THAN -> THEN)
Neels Hofmeyr
1
-1
/
+1
2016-03-15
04.08: apply new transaction id inline functions
Neels Hofmeyr
1
-1
/
+1
2016-03-15
04.08: apply new bitmask functions, fix bitmask use
Neels Hofmeyr
1
-6
/
+5
2016-01-30
gsm0408: Provide unique strings for the gsm 04.08 message
Holger Hans Peter Freyther
1
-29
/
+29
2015-12-12
mncc: introduce 'struct gsm_mncc_bridge' for MNCC_BRIDGE
Harald Welte
1
-3
/
+3
2015-09-14
mncc: Use the default codec from the built-in mncc mode
Holger Hans Peter Freyther
1
-4
/
+5
2015-09-14
mncc: Implement CRCX->MDCX for handover for direct rtp mode
Holger Hans Peter Freyther
1
-6
/
+28
2015-09-14
mncc: Implement the direct RTP mode for ip based systems
Holger Hans Peter Freyther
1
-0
/
+213
2015-08-18
GSM/GPRS 04.08: Don't print numeric mobile identity types
Harald Welte
1
-25
/
+20
2015-08-17
Add check for non existing lchan at tch_frame_down()
Andreas Eversberg
1
-0
/
+4
2015-08-01
nitb: Add a mode to not use TMSI for normal operation
Holger Hans Peter Freyther
1
-31
/
+63
2015-08-01
nitb: Be less strict about the reject cause
Holger Hans Peter Freyther
1
-1
/
+1
2015-05-29
gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging s...
Ivan Kluchnikov
1
-1
/
+1
2015-04-29
sub: Remove the queue from the subscriber code
Holger Hans Peter Freyther
1
-62
/
+33
2015-01-27
nitb: Allow the network to decide if a subscriber should be created
Holger Hans Peter Freyther
1
-9
/
+20
2015-01-02
logging: Set the context for paging requests as well.
Holger Hans Peter Freyther
1
-0
/
+1
2015-01-01
convert away from deprecated gsm_7bit_{encode,decode}() functions
Harald Welte
1
-2
/
+2
2014-12-09
msc: Add net parameter to trans_alloc
Jacob Erlbeck
1
-2
/
+3
2014-12-05
msc: Add and use gsm_subscriber_group
Jacob Erlbeck
1
-15
/
+22
2014-12-05
msc: Don't use the subscriber to access the net object
Jacob Erlbeck
1
-2
/
+3
2014-12-05
msc: Add net back pointer to gsm_trans
Jacob Erlbeck
1
-31
/
+31
2014-08-04
MNCC: Add IMSI to CALL CONFIRM message
Andreas Eversberg
1
-0
/
+4
2014-05-18
Add support for AMR frames to MNCC/RTP interface
Andreas Eversberg
1
-0
/
+1
2014-05-18
bsc_api/NITB: If TCH/H channel is used, indicate it to bsc_api
Andreas Eversberg
1
-1
/
+2
2014-05-18
Add check to tch_map(), if RTP sockets exist
Andreas Eversberg
1
-0
/
+11
[next]